-
Notifications
You must be signed in to change notification settings - Fork 180
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
Wrong key behaviour using ABNT2 keyboard on OpenBSD #2554
Comments
Can you try wev instead of xev? There's also |
Sure, here is the output of wev: [14: wl_keyboard] key: serial: 289; time: 548606997; key: 60; state: 1 (pressed) |
Does it make a difference if you disable the |
There is also |
Thanks, I'm pretty new on wayfire, I just copy-pasted the default wayfire.ini and edited the keyboard section. When I remove [11: wl_data_device] selection: (cleared) and when I remove everything but [14: wl_keyboard] key: serial: 1187; time: 585329573; key: 61; state: 0 (released) |
Just find one solution. I tried Sway and just had the same problem with the '/' key. Solved it by editing in |
Sounds like a pretty obscure bug, but glad you figured it out. 👍 Leaving this open for now, because I'm not sure if this is something we want to try and fix or not. |
Describe the bug
When using a keyboard model br ABNT2 the key "/" next to right shift don't output the character "/" but instead it makes the opened windows to circle between normal and maximized state.
To Reproduce
Steps to reproduce the behaviour:
[input] xkb_layout = br xkb_variant = abnt2
Expected behavior
Just send out the "/" character to the screen instead of change the state of the windows
Screenshots or stacktrace
using 'xev' program I got those initial messages after pressing the "/" key:
`
PropertyNotify event, serial 34, synthetic NO, window 0x1a00001,
atom 0x117 (WM_STATE), time 15052219, state PropertyNewValue
PropertyNotify event, serial 34, synthetic NO, window 0x1a00001,
atom 0x108 (_NET_WM_STATE), time 15052219, state PropertyNewValue
PropertyNotify event, serial 34, synthetic NO, window 0x1a00001,
atom 0x108 (_NET_WM_STATE), time 15052220, state PropertyNewValue
FocusOut event, serial 34, synthetic NO, window 0x1a00001,
mode NotifyNormal, detail NotifyNonlinear
PropertyNotify event, serial 34, synthetic NO, window 0x1a00001,
atom 0x117 (WM_STATE), time 15052221, state PropertyNewValue
PropertyNotify event, serial 34, synthetic NO, window 0x1a00001,
atom 0x108 (_NET_WM_STATE), time 15052221, state PropertyNewValue
ClientMessage event, serial 34, synthetic YES, window 0x1a00001,
message_type 0xff (WM_PROTOCOLS), format 32, message 0x10b (WM_TAKE_FOCUS)
FocusIn event, serial 34, synthetic NO, window 0x1a00001,
mode NotifyNormal, detail NotifyNonlinear
KeymapNotify event, serial 34, synthetic NO, window 0x0,
keys: 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 `
Wayfire version
0.9.0
The text was updated successfully, but these errors were encountered: