binds combos are not recognized until mouse click #10922
Replies: 3 comments 2 replies
-
This has been driving me mad for over a year, thank you so much for the temporary fix. |
Beta Was this translation helpful? Give feedback.
-
Nevermind, still completely breaks for me eventually and the temporary workaround only works when clicking a window. Half the examples on the Wiki page for
Works as expected, as long as
Using two L/R specified modifiers with a single key just passes through the key with the modifiers as if unbound.
Also works as expected when
Just prints an Invalid mod config error, even when trying to use it with a real command. All tested on:
|
Beta Was this translation helpful? Give feedback.
-
#8699 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Consider the config:
bind = SUPER, R, exec, $menu
binds = Super_L, M, exec, $menu
Now I close the laptop lid.
The laptop configured to not go into sleep and I have no hypridle or similar tool.
Now I open the lid.
The first combo (usual bind) is working straight away.
The second combo (with the s flag) does not work until I click somewhere with the touchpad button.
It then begins to work as expected.
The second problem I noticed with the s flag could be demonstrated with the following example:
binds = Super_L&Shift_L, F23&C, killactive, - works as expected
binds = Super_L&Shift_L&F23, C, killactive, - does not work at all
Beta Was this translation helpful? Give feedback.
All reactions