Created
February 7, 2023 12:36
-
-
Save ColCh/a88428c4d59318a36030edbf44810612 to your computer and use it in GitHub Desktop.
Windows: Remap Alt+Arrow to move cursor like MacOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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