Skip to content

Instantly share code, notes, and snippets.

View androsland's full-sized avatar

Andreas Demetriou androsland

  • Cyprus
  • 22:00 (UTC +03:00)
View GitHub Profile
@androsland
androsland / Mediakeys.ahk
Last active March 28, 2023 11:09 — forked from mistic100/Mediakeys.ahk
Media keys shortcuts for AutoHotkey
; AutoHotkey Media Keys
^!Space::Send {Media_Play_Pause}
^!z::Send {Media_Prev}
^!x::Send {Media_Next}
^!NumpadMult::Send {Volume_Mute}
^!NumpadAdd::Send {Volume_Up}
^!NumpadSub::Send {Volume_Down}