Skip to content

Instantly share code, notes, and snippets.

@ming4883
Created November 9, 2015 10:24
Show Gist options
  • Save ming4883/3386c215eea312fa656f to your computer and use it in GitHub Desktop.
Save ming4883/3386c215eea312fa656f to your computer and use it in GitHub Desktop.
mapping LCtrl + LShift as LShift + Home in AutoHotkey
LCtrl & LShift::
Send {RShift down}
Send {Home down}
Sleep 30
Send {Home up}
Send {RShift up}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment