
New CommandPallette Plugins - HyperKey (CapsLock as Shortcut) and Change Audio Input/Output
I wanted to completely replace Raycast, so I created two new extensions
1: HyperKey for Command Palette
Allows configuring and setting HyperKey(CapsLock) as a windows’ low-level keyboard hook
It ignores quick clicks, so your capslock keeps working, but you can use it as a general purpose shortcut key ( by default, mapped to CTRL + SHIFT ALT + WIN )
so you can reuse in any application (mainly I use to other Command Palette tools, but as example i put CAPS + A for always on top
https://apps.microsoft.com/detail/9P83L6R3B73T
https://github.com/brunnobb/HyperKeyCommandPalleteExtension
2: Change Audio Device for Command Palette
Allows changing an input / output audio device from the command palette on a single click
Simply change audio input or output devices without having to to game mode and do 3 clicks.
example of audio switcher on top bar
I have configured mine to CAPS + 1 for input and CAPS + 2 for output..
WAAAY faster than going into settings every time
https://apps.microsoft.com/detail/9NWJJ3N6K675
https://github.com/brunnobb/ChangeAudioDeviceCommandPalleteExtension
PR, issues or feedback are welcome