diff options
author | John Ankarström <john@ankarstrom.se> | 2021-08-24 23:27:17 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-08-24 23:27:17 +0200 |
commit | 2a5d03cf7be4cb76ae10e0a20a17e2f3ad5780ee (patch) | |
tree | 1afce5d33fda8c84322d472a3b3268ba0e73b461 | |
parent | ecbfc28df79d3a86fe6d1b8434c30074553902e6 (diff) | |
download | ahk-2a5d03cf7be4cb76ae10e0a20a17e2f3ad5780ee.tar.gz |
programs: Add Opera hotkeys
-rw-r--r-- | tt.programs.ahk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tt.programs.ahk b/tt.programs.ahk index 6027f82..ee1df2f 100644 --- a/tt.programs.ahk +++ b/tt.programs.ahk @@ -160,4 +160,8 @@ SendInput, {LCtrl Down}``{LCtrl Up} DllCall("SendMessage", "UInt", WinActive("A"), "UInt", 80, "UInt", 1, "UInt", old) return +#IfWinActive ahk_class OperaWindowClass + +!d::SendInput, {LCtrl Down}l{LCtrl Up} + #IfWinActive |