diff --git a/mouse.ahk b/mouse.ahk index 73d2346..4cf2452 100644 --- a/mouse.ahk +++ b/mouse.ahk @@ -1,5 +1,8 @@ ; mouse bindings +; get rid of popup when scrolling a lot +#MaxHotkeysPerInterval 250 + ; natural scrolling WheelUp::Send {WheelDown} WheelDown::Send {WheelUp}