From 7a215bf00d1249defe7624abf17e68dc140657ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 15 Dec 2020 21:29:04 +0100 Subject: scroll: Fix PgUp/PgDn hotkeys --- tt.scroll.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tt.scroll.ahk') diff --git a/tt.scroll.ahk b/tt.scroll.ahk index 9a8d41a..0691245 100644 --- a/tt.scroll.ahk +++ b/tt.scroll.ahk @@ -14,12 +14,12 @@ return #IfWinActive -RCtrl & PgUp:: +>^PgUp:: Loop, 5 SendInput, {WheelUp} return -RCtrl & PgDn:: +>^PgDn:: Loop, 5 SendInput, {WheelDown} return -- cgit v1.2.3