What are the restrictions of hotkeys without an activation keybind? #240
Unanswered
GaussianWonder
asked this question in
Q&A
Replies: 1 comment
-
Before FancyWM 2.12, it used to use the Win32 RegisterHotkey function, and inherited it's restrictions. As of 2.12, it now uses its own hot key implementation, which reuses the LowLevelHotkey used by the ActivationHotkey. The new implementation technically allows you to bind what you want, but I believe the Settings UI will not capture the Windows key when configuring (as it does not use the LowLevel implementation during input capture yet). You can try editing the settings.json. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What are the restrictions of hotkeys without an activation keybind?
I want to be able to hold down the
meta
key and press1
,2
,[
,{
(...) and have the keybinds still function. Doing this with keychords is somewhat slower than I am used to on linux WMs.I am aware of windows having hard coded and unchangeable keybinds that start with the windows key. I tried swapping my
meta
key withF13
-F24
keys, but the global hotkeys cannot be set.Beta Was this translation helpful? Give feedback.
All reactions