From 19aefd68e013b0f10f8350076956e22b928054f2 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Mon, 24 May 2021 18:57:13 -0500 Subject: [PATCH] Added commented out media keys for Windows --- windows/kinto.ahk | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/windows/kinto.ahk b/windows/kinto.ahk index 884bef9..a78c72e 100644 --- a/windows/kinto.ahk +++ b/windows/kinto.ahk @@ -189,6 +189,17 @@ GroupAdd, intellij, ahk_exe idea64.exe ; SetCapsLockState, AlwaysOff ; CB/IBM +; Keyboards w/o media keys can use this Remap +; This will replace unneeded dedicated keys +; with most commonly used media keys +; +; Delete::SoundSet, +1, , mute ; Toggles Speaker +; End::SoundSetWaveVolume, -10 ; Decrease volume +; PgDn::SoundSetWaveVolume, +10 ; Increase volume +; Home::Send {Media_Play_Pause} ; Pause/Play +; Insert::Send {Media_Prev} ; Previous +; PgUp::Send {Media_Next} ; Next + #IfWinNotActive ahk_group remotes ; New AltTab and CtrlTab fix