diff --git a/macOS.ahk b/macOS.ahk index b4bf468..88a0606 100644 --- a/macOS.ahk +++ b/macOS.ahk @@ -290,3 +290,13 @@ return ; TODO: Firefox Miscellaneous ; TODO: Firefox Media shortcuts ; TODO: Firefox Selection of Multiple Tabs + +; -------------------------------- Media Keys -------------------------------- + +AppsKey & F7::Send {Media_Prev} +AppsKey & F8::Send {Media_Play_Pause} +AppsKey & F9::Send {Media_Next} +AppsKey & F10::Send {Volume_Mute} +AppsKey & F11::Send {Volume_Down} +AppsKey & F12::Send {Volume_Up} +AppsKey::Send, {AppsKey}