Skip to content

Instantly share code, notes, and snippets.

@the-ress
Created January 8, 2018 10:07
Show Gist options
  • Save the-ress/fc3afee8004fe77b546ec8b2e441092d to your computer and use it in GitHub Desktop.
Save the-ress/fc3afee8004fe77b546ec8b2e441092d to your computer and use it in GitHub Desktop.
#InstallKeybdHook
#UseHook
#MaxHotkeysPerInterval 1000
~SC163 & Left::Send {Blind}{Home}
return
~SC163 & Right::Send {Blind}{End}
return
~SC163 & Up::Send {Blind}{PgUp}
return
~SC163 & Down::Send {Blind}{PgDn}
return
~SC163 & Backspace::Send {Blind}{Delete}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment