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

GUI does not recognize super + action #749

Closed
fuzzy7k opened this issue Mar 22, 2023 Discussed in #748 · 0 comments · Fixed by #750
Closed

GUI does not recognize super + action #749

fuzzy7k opened this issue Mar 22, 2023 Discussed in #748 · 0 comments · Fixed by #750
Labels
bug Something isn't working Linux Linux-only issues

Comments

@fuzzy7k
Copy link
Contributor

fuzzy7k commented Mar 22, 2023

I am using antimicrox to control my GUI under linux. Hotkeys are the name of the game. Most of them work, like Alt+Tab. However, Super + key actions are ineffective.

Using evtest, I find that antimicrox reports the following:
"Super_L" = keycode 139 = KEY_MENU
"Menu" = keycode 127 = KEY_COMPOSE

On a real keyboard:
left super = keycode 125 = KEY_LEFTMETA
right super = keycode 126 = KEY_RIGHTMETA
menu = keycode 127 = KEY_COMPOSE

fuzzy7k added a commit to fuzzy7k/antimicrox that referenced this issue Mar 22, 2023
Super_L is honored as KEY_LEFTMETA in GUI environments. (keycode 125)
Issue AntiMicroX#749
pktiuk pushed a commit that referenced this issue Mar 22, 2023
Super_L is honored as KEY_LEFTMETA in GUI environments. (keycode 125)
Issue #749
@pktiuk pktiuk added bug Something isn't working Linux Linux-only issues labels Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Linux Linux-only issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants