From e00a385221a5ffbb4fbcbcd92f3a2bc38e445f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 24 Aug 2021 23:25:07 +0200 Subject: programs: Add hotkey to save quickly in Excel --- tt.programs.ahk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tt.programs.ahk b/tt.programs.ahk index eda72e5..9d9578d 100644 --- a/tt.programs.ahk +++ b/tt.programs.ahk @@ -10,6 +10,10 @@ XButton1::SendInput, +{F5} ; cycle cursor position backwards +#IfWinActive ahk_exe EXCEL.EXE + +!s::SendInput, ^s{Space} + #IfWinActive ahk_class Audition v1.5 +WheelUp:: -- cgit v1.2.3