Created
May 3, 2017 07:31
-
-
Save apieceofbart/f33e3affea12940910ce78f00641fdb3 to your computer and use it in GitHub Desktop.
AutoHotkey mappings
This file contains 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
^Left::Send {Home} | |
^Right::Send {End} | |
^+Left:: Send {Shiftdown}{Home} | |
^+Right::Send {Shiftdown}{End} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
similar to OSX mappings, for moving cursor to start/end of line, also with selection.
remeber to add to win startup folder (
shell:startup
)