Skip to content

Instantly share code, notes, and snippets.

@alanbriolat
Created January 21, 2016 10:26
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 alanbriolat/3e27890eb934f5d2b4cc to your computer and use it in GitHub Desktop.
Save alanbriolat/3e27890eb934f5d2b4cc to your computer and use it in GitHub Desktop.
AutoHotKey mappings
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
^Insert::Send {Media_Prev}
^Home::Send {Media_Play_Pause}
^PgUp::Send {Media_Next}
XButton1::Send {MButton}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment