Skip to content

Instantly share code, notes, and snippets.

@ColCh
Created February 7, 2023 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ColCh/a88428c4d59318a36030edbf44810612 to your computer and use it in GitHub Desktop.
Save ColCh/a88428c4d59318a36030edbf44810612 to your computer and use it in GitHub Desktop.
Windows: Remap Alt+Arrow to move cursor like MacOS
; https://superuser.com/a/1015744/404619
!Left::Send("{Home}")
!Right::Send("{End}")
!+Left::Send("{Shift down}{Home}{Shift up}")
!+Right::Send("{Shift down}{End}{Shift up}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment