-
Notifications
You must be signed in to change notification settings - Fork 2
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
Arrows not working on Wayland #5
Comments
I pushed a commit that adds more arrow symbols for gtk accelerators, could you try to see if it works now? |
Nope, still not moving. |
Are you using X11 or Wayland? If the former, could you tell me what keycodes show up when you press the arrow keys with |
I'm on Wayland. The keycodes are KeyPress event, serial 38, synthetic NO, window 0x1800001,
root 0x496, subw 0x1800002, time 80926042, (36,33), root:(36,102),
state 0x0, keycode 111 (keysym 0xff52, Up), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 38, synthetic NO, window 0x1800001,
root 0x496, subw 0x1800002, time 80926141, (36,33), root:(36,102),
state 0x0, keycode 111 (keysym 0xff52, Up), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 38, synthetic NO, window 0x1800001,
root 0x496, subw 0x1800002, time 80926770, (36,33), root:(36,102),
state 0x0, keycode 116 (keysym 0xff54, Down), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 38, synthetic NO, window 0x1800001,
root 0x496, subw 0x1800002, time 80926880, (36,33), root:(36,102),
state 0x0, keycode 116 (keysym 0xff54, Down), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 38, synthetic NO, window 0x1800001,
root 0x496, subw 0x1800002, time 80927529, (36,33), root:(36,102),
state 0x0, keycode 113 (keysym 0xff51, Left), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 38, synthetic NO, window 0x1800001,
root 0x496, subw 0x1800002, time 80927643, (36,33), root:(36,102),
state 0x0, keycode 113 (keysym 0xff51, Left), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 38, synthetic NO, window 0x1800001,
root 0x496, subw 0x1800002, time 80928296, (36,33), root:(36,102),
state 0x0, keycode 114 (keysym 0xff53, Right), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 38, synthetic NO, window 0x1800001,
root 0x496, subw 0x1800002, time 80928411, (36,33), root:(36,102),
state 0x0, keycode 114 (keysym 0xff53, Right), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False |
I wonder if this is wayland related (i.e. the bug is in |
It definitely is. Arrows work fine on Xorg, but not on Wayland. It's weird that all the other keypresses are interpreted by the app correctly. |
In my case (Arch/Gnome latest) the arrow keys don't move the ruler (with or without Ctrl).
All other shortcuts seem to work.
The text was updated successfully, but these errors were encountered: