Skip to content

Instantly share code, notes, and snippets.

@apieceofbart
Created May 3, 2017 07:31
Show Gist options
  • Save apieceofbart/f33e3affea12940910ce78f00641fdb3 to your computer and use it in GitHub Desktop.
Save apieceofbart/f33e3affea12940910ce78f00641fdb3 to your computer and use it in GitHub Desktop.
AutoHotkey mappings
^Left::Send {Home}
^Right::Send {End}
^+Left:: Send {Shiftdown}{Home}
^+Right::Send {Shiftdown}{End}
@apieceofbart
Copy link
Author

similar to OSX mappings, for moving cursor to start/end of line, also with selection.
remeber to add to win startup folder (shell:startup)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment