diff options
-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 |