aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-08-24 23:25:07 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-08-24 23:25:07 +0200
commite00a385221a5ffbb4fbcbcd92f3a2bc38e445f5d (patch)
treea841719e224b463ebd2eccc3ab9a7dacc8cbd987
parentccc8855147d670cf21b50a0b93993a273ad43b1e (diff)
downloadahk-e00a385221a5ffbb4fbcbcd92f3a2bc38e445f5d.tar.gz
programs: Add hotkey to save quickly in Excel
-rw-r--r--tt.programs.ahk4
1 files changed, 4 insertions, 0 deletions
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::