From db3cc3c08c09881073eca6638e54c6d4335f0179 Mon Sep 17 00:00:00 2001 From: Shaadi Alfred Date: Fri, 10 Sep 2021 21:22:46 +0200 Subject: [PATCH] Fix MaxHotkeysPerInterval when scrolling --- src/Config.ahk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Config.ahk b/src/Config.ahk index 6454d45..3e8f94b 100644 --- a/src/Config.ahk +++ b/src/Config.ahk @@ -410,6 +410,8 @@ Config_UI_saveSession() { Config_saveSession(Config_filePath, Config_filePath) } +#MaxHotkeysPerInterval 200 + ;; Key definitions ;; Window management #Down::View_activateWindow(0, +1)