Skip to content

Instantly share code, notes, and snippets.

@brentarias
Last active September 30, 2016 22:50
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 brentarias/6f5adcc004adec1a37a4e156285debfc to your computer and use it in GitHub Desktop.
Save brentarias/6f5adcc004adec1a37a4e156285debfc to your computer and use it in GitHub Desktop.
AutoHotkey script for programmers, that maps the 'Home' and 'End' key on the Acer Aspire 14 2-in-1.
Pause::Home
Insert::End
^t::
Run, notepad.exe
Return
#s::
Run, SnippingTool.exe
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment