From 1750b1d870991ed469cec7408e221778254ca5fb Mon Sep 17 00:00:00 2001 From: breadcat Date: Wed, 10 Mar 2021 18:01:10 +0000 Subject: Spotify global hotkeys I don't mind Spotify it turns out --- ahk-assistant.ahk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ahk-assistant.ahk') diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 7760568..c56b708 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -68,6 +68,11 @@ Insert::appendClipboard() #Numpad5::WinMaximize, A ; maximise window #NumpadClear::WinSet, AlwaysOnTop, , A ; W-S-Num5 toggles current window to always on top +; spotify global hotkeys +^Numpad7::PostMessage, 0x319,, 0xC0000,, ahk_exe Spotify.exe ; prev track spotify +^Numpad8::PostMessage, 0x319,, 0xE0000,, ahk_exe Spotify.exe ; pause toggle spotify +^Numpad9::PostMessage, 0x319,, 0xB0000,, ahk_exe Spotify.exe ; next track spotify + ; application specific hotkeys #IfWinActive ahk_class #32770 ; misc save/load/time-date/find boxes and more! -- cgit v1.2.3