Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;remapped function keys to do multimedia stuff
- ^F1::run %windir%\System32\SndVol.exe -r 49490633 ;runs volume controls
- ^F5::Media_Prev
- ^F6::Media_Play_Pause
- ^F7::Media_Next
- ;remapping keys for browsing
- #z::
- ;remapps broken right_arrow key
- AppsKey::Right
- ;---example for system mapping for application launching with windows key
- #s::run K:\Programs\Steam\Steam.exe
- ^#s::run G:\Program Files\Avid\Sibelius 7\Sibelius.exe
- ;---end example
- ;launches command prompt when typing windows+c, why doesn't windows have this by default?
- #c::run C:\Windows\System32\CMD.exe
- ;google searches highlighted text
- ^F12::
- send, ^c
- sleep 50
- run, https://www.google.com.au/search?q=%clipboard%
- return
Advertisement
Add Comment
Please, Sign In to add comment