Skip to content

Instantly share code, notes, and snippets.

@saggie
Last active August 20, 2019 04:19
Show Gist options
  • Save saggie/75310f2f096223cab04558b72f4ffc11 to your computer and use it in GitHub Desktop.
Save saggie/75310f2f096223cab04558b72f4ffc11 to your computer and use it in GitHub Desktop.
#InstallKeybdHook
SetKeyDelay 0
PgUp::Send {HOME}
+PgUp::Send {ShiftDown}{HOME}{ShiftUp}
^PgUp::Send {ControlDown}{HOME}{ControlUp}
PgDn::Send {END}
+PgDn::Send {ShiftDown}{END}{ShiftUp}
^PgDn::Send {ControlDown}{END}{ControlUp}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment