ahka

Assorted ease-of-use and functionality tools using AutoHotkey.
Log | Files | Refs

commit 1750b1d870991ed469cec7408e221778254ca5fb
parent 6513880035a82fc45c711527d1f9d53ac2bbaad2
Author: breadcat <peter@minskio.co.uk>
Date:   Wed, 10 Mar 2021 18:01:10 +0000

Spotify global hotkeys

I don't mind Spotify it turns out

Diffstat:
Mahk-assistant.ahk | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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!