Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #InstallKeybdHook
- ;Media Player Hotkeys (Spotify)
- +home::Media_Play_Pause
- +up::Volume_Up
- +down::Volume_Down
- +PgUp::Media_Prev
- +PgDn::Media_Next
- #!u UP::Shutdown, 9 ;power off
- #!r UP::Shutdown, 3 ;restart
- #!s UP::DllCall("PowrProf\SetSuspendState", "int", 0, "int", 0, "int", 0) ;sleep
- #!h UP::DllCall("PowrProf\SetSuspendState", "int", 1, "int", 0, "int", 0) ;hibernate
- #x::
- Run X:\
- return
- #e::
- Run E:\
- return
- #f::
- Run F:\
- return
- #d::
- Run F:\Downloads
- return
- #a::
- Run F:\Archive
- return
- #n::^+n
- #r::f2
- #q::
- FileRecycleEmpty
- return
- #+v::
- SendRaw, %Clipboard%
- return
- ;Toggle Hotkeys
- F6::
- Suspend,Toggle
- return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement