Skip to content

Instantly share code, notes, and snippets.

@djhurio
Created September 9, 2022 12:47
Show Gist options
  • Save djhurio/4c6545ae3bda796828e22afd7d5e208d to your computer and use it in GitHub Desktop.
Save djhurio/4c6545ae3bda796828e22afd7d5e208d to your computer and use it in GitHub Desktop.
https://github.com/valinet/ExplorerPatcher
https://www.autohotkey.com/
#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_Play_Pause}
^!Home::Send {Media_Prev}
^!End::Send {Media_Next}
^!PgUp::Send {Volume_Up}
^!PgDn::Send {Volume_Down}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment