Skip to content

Instantly share code, notes, and snippets.

@rkravchik
Created January 30, 2018 17:33
Show Gist options
  • Select an option

  • Save rkravchik/358b90302bae0b7acac8874e6959e054 to your computer and use it in GitHub Desktop.

Select an option

Save rkravchik/358b90302bae0b7acac8874e6959e054 to your computer and use it in GitHub Desktop.
Original scroll lock behaviour
;=== Original Scroll Lock behaviour ===
#If GetKeyState("Scrolllock","T")
Up::
Send {WheelUp 1}
Return
Down::
Send {WheelDown 1}
Return
PgUp::
Send {WheelUp 10}
Return
PgDn::
Send {WheelDown 10}
Return
;----------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment