essential-actions
essential-actions copied to clipboard
Windows/Meta Key does not pass-through Input when triggered on a Linux Host
Device details:
- Ubuntu 20.04 LTS with gnome shell 3.36.4
Issue Description
Tried to generate a hotkey button with the combination of WINDOWS,L
or META,L
to lock the screen as we can do with the keyboard but it seems that despite the event gets fired in the log, it doesn't do anything. Same happens when you try to create another hotkey to move a window to the left SHIFT,META,L
nor SHIFT,WINDOWS,L
work.
@rnayabed has found an issue regarding this in stackoverflow. It seems that Robot in Linux doesn't know how to deal with Windows key.
@rnayabed
Please update the "Title" of this issue to be clearer about what it effects, and to follow consistent naming convention. The "Title" of the issue should read as follows:
[Linux] [Bug] [Hotkey Action] Windows/Meta Key does not pass-through Input when triggered on a Linux Host
I'm running Server on a Mac Mini (Monterey), and Client on Twister OS (Pi 4), and I can confirm that WIN, WINDOWS, and COMMAND are not working.
Will be using xdotool
instead of JavaFX Robot for Linux which should fix this issue