Simon Long
Simon Long
> I am also not sure the key state tracking is correct here, if we eat the release event but let the press event through to the focused client that...
Bind to Super_L: ` wfpanelctl smenu menu ` I think W is the key when used as a modifier, and Super_L is the same key as a plain keystroke.
OK, thanks for that - will have a look at those changes tomorrow.
> I've tested and it works well. > > I'm pretty close to merging, but feel we ought to consider a few points. > > 1. `s/TRUE/true/` and `s/FALSE/false/`. I...
OK, if others have found this a problem as well, I'll have a poke about in the code and see if I can think of a solution...
Possible fix suggested in PR - works for me. No need to explicitly add an on-release flag to keybinds - I just assume that any modifiers-only keybind is to trigger...
To answer my own question 3), no, it looks as if on a reboot, the first keyboard in the list always loads.
Thanks for that. It looks as if it should be possible to find the group code from a wayland keyboard event - if you run an application with WAYLAND_DEBUG=1, the...
Many thanks for that - I'm playing with a few things here to see if I can find something that works nicely. If necessary, I can just create a plugin...
@johanmalm Thanks for that, Johan - very helpful. I spent Friday trying to get our panel app to respond to keyboard modifier notifications, but failed miserably. I'm still not sure...