aboutsummaryrefslogtreecommitdiff
path: root/tt.scroll.ahk
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-01 22:42:41 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-01 22:42:41 +0100
commit6348db6799aede103ed69522affc79411cb67e1c (patch)
treeb8a4cb85f9e6dfd28dececdc8a979f532d4f6d48 /tt.scroll.ahk
parentd8c55b56e139a1b624f25345dc616c9f610deea6 (diff)
downloadahk-6348db6799aede103ed69522affc79411cb67e1c.tar.gz
Switch from spaces to tabswindowsxp
Diffstat (limited to 'tt.scroll.ahk')
-rw-r--r--tt.scroll.ahk8
1 files changed, 4 insertions, 4 deletions
diff --git a/tt.scroll.ahk b/tt.scroll.ahk
index 44e1a26..e553317 100644
--- a/tt.scroll.ahk
+++ b/tt.scroll.ahk
@@ -12,12 +12,12 @@
PgUp::
Loop, 5
- SendInput, ^{PgUp}
+ SendInput, ^{PgUp}
return
PgDn::
Loop, 5
- SendInput, ^{PgDn}
+ SendInput, ^{PgDn}
return
#IfWinActive ahk_class SUMATRA_PDF_FRAME
@@ -34,12 +34,12 @@ PgDn::SendInput, {PgDn}
PgUp::
Loop, 5
- SendInput, {WheelUp}
+ SendInput, {WheelUp}
return
PgDn::
Loop, 5
- SendInput, {WheelDown}
+ SendInput, {WheelDown}
return
<^>!PgUp::SendInput, {PgUp}