diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a44fb..efc4c86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Added ability to cycle through snapshots in the plug-in version of Kontakt +- Added shortcut for opening the tray menu with ctrl+shift+windows+r ### Changed -- Changed how Kontakt header buttons are activated +- Changed shortcut for viewing readme to ctrl+shift+windows+f1 ### Fixed +- Fixed Kontakt header buttons not activating - Fixed Kontakt library browser not always closing ## [0.4.6] - 2024-08-03 diff --git a/Includes/Global.Hotkeys.ahk b/Includes/Global.Hotkeys.ahk index 0338678..899b535 100644 --- a/Includes/Global.Hotkeys.ahk +++ b/Includes/Global.Hotkeys.ahk @@ -7,6 +7,15 @@ Ctrl:: { AccessibilityOverlay.StopSpeech() } +^+#R:: { + A_TrayMenu.Show() +} + +^+#Q:: { + AccessibilityOverlay.Speak("Quitting ReaHotkey") + ReaHotkey.Quit() +} + ^+#F5:: { ReaHotkey.Reload() } @@ -27,12 +36,7 @@ Ctrl:: { AccessibilityOverlay.Speak("ReaHotkey ready") } -^+#Q:: { - AccessibilityOverlay.Speak("Quitting ReaHotkey") - ReaHotkey.Quit() -} - -^+#R:: { +^+#F1:: { ReaHotkey.ViewReadme() } diff --git a/README.md b/README.md index 4da8d69..530269d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ Our changelog can be found [in our dedicated changelog file](https://github.com/ * ctrl+shift+windows+c - configuration * ctrl+shift+windows+p - pause * ctrl+shift+windows+q - quit -* ctrl+shift+windows+r - view readme +* ctrl+shift+windows+r - open ReaHotkey menu +* ctrl+shift+windows+f1 - view readme * ctrl+shift+windows+f5 - reload ## Known Issues