Last active
July 31, 2019 11:14
-
-
Save danmindru/be5a1052d120994ad9f7039fd3cc4d40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If not A_IsAdmin | |
{ | |
Run *RunAs "%A_ScriptFullPath%" | |
ExitApp | |
} | |
LWin::Control | |
; RWin::Control - Keeps right win active | |
Control::Alt | |
F7::SendInput {Media_Prev} | |
F8::SendInput {Media_Play_Pause} | |
F9::SendInput {Media_Next} | |
F10::SendInput {Volume_Mute} | |
F11::SendInput {Volume_Down} | |
F12::SendInput {Volume_Up} | |
; Eject Key | |
; F13-15, standard windows mapping | |
F13::SendInput {PrintScreen} | |
F14::SendInput {ScrollLock} | |
F15::SendInput {Pause} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment