Get rid of popup when scrolling a lot

This commit is contained in:
Kenneth Benzie 2025-06-23 10:49:28 +01:00
parent f5699be1b5
commit 68612269be

View File

@ -1,5 +1,8 @@
; mouse bindings
; get rid of popup when scrolling a lot
#MaxHotkeysPerInterval 250
; natural scrolling
WheelUp::Send {WheelDown}
WheelDown::Send {WheelUp}