From 2a5d03cf7be4cb76ae10e0a20a17e2f3ad5780ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 24 Aug 2021 23:27:17 +0200 Subject: programs: Add Opera hotkeys --- tt.programs.ahk | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3