From 6348db6799aede103ed69522affc79411cb67e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 1 Dec 2020 22:42:41 +0100 Subject: Switch from spaces to tabs --- tt.scroll.ahk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tt.scroll.ahk') 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} -- cgit v1.2.3