Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifier keys like Shift, Ctrl, Alt don't always work under XWayland #106

Open
4 of 8 tasks
bk138 opened this issue Nov 17, 2020 · 2 comments
Open
4 of 8 tasks

Modifier keys like Shift, Ctrl, Alt don't always work under XWayland #106

bk138 opened this issue Nov 17, 2020 · 2 comments

Comments

@bk138
Copy link
Owner

bk138 commented Nov 17, 2020

Bug behaviour

Modifier keys like Shift, Ctrl, Alt only work when Gromit-MPX is toggled on over other XWayland windows, but are ignored for drawing over pure Wayland windows. For instance, when toggled over an xterm, all works, but over a gnome-terminal, it does not.

Things tried so far

@TRPB
Copy link

TRPB commented Nov 22, 2020

As a workaround, would it be possible to have a command line option that starts drawing? E.g.

gromit-mpx --draw

That way I can bind F9 im my desktop environment to run that command.

One option would be registering global shortcuts in the desktop environment itself, but I have no idea if there is a standard way of doing this that wouldn't involve different code for kde/gnome/etc.

@bk138
Copy link
Owner Author

bk138 commented Nov 22, 2020

As a workaround, would it be possible to have a command line option that starts drawing? E.g.

gromit-mpx --draw

That way I can bind F9 im my desktop environment to run that command.

One option would be registering global shortcuts in the desktop environment itself, but I have no idea if there is a standard way of doing this that wouldn't involve different code for kde/gnome/etc.

What you mention has already been tackled in #27 with 6501486 - this here is about the modifier keys only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants