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

Alt_R doesn't function as an Alt key #33

Open
abstractlyZach opened this issue Apr 11, 2021 · 0 comments
Open

Alt_R doesn't function as an Alt key #33

abstractlyZach opened this issue Apr 11, 2021 · 0 comments

Comments

@abstractlyZach
Copy link
Contributor

When I go to the Krabby website, all commands that use Alt + ? will work when pressed with Alt_L but not Alt_R. For example, I can use Alt_L + Esc to toggle Krabby, but Alt_R + Esc is a no-op.

Here is the output of wev for debugging purposes:

[14:     wl_keyboard] key: serial: 8009; time: 8654130; key: 64; state: 1 (pressed)
                      sym: Alt_L        (65513), utf8: ''
[14:     wl_keyboard] modifiers: serial: 0; group: 0
                      depressed: 00000008: Mod1
                      latched: 00000000
                      locked: 00000000
[14:     wl_keyboard] key: serial: 8011; time: 8654209; key: 64; state: 0 (released)
                      sym: Alt_L        (65513), utf8: ''
[14:     wl_keyboard] modifiers: serial: 0; group: 0
                      depressed: 00000000
                      latched: 00000000
                      locked: 00000000
[14:     wl_keyboard] key: serial: 8013; time: 8654702; key: 108; state: 1 (pressed)
                      sym: Alt_R        (65514), utf8: ''
[14:     wl_keyboard] modifiers: serial: 0; group: 0
                      depressed: 00000008: Mod1
                      latched: 00000000
                      locked: 00000000
[14:     wl_keyboard] key: serial: 8015; time: 8654796; key: 108; state: 0 (released)
                      sym: Alt_R        (65514), utf8: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant