mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Do no process virtual keyboard keycodes (just the keysyms). Reproduce bug by issuing `wlrctl keyboard type xyz` and observe only 'x' when 'xyz' was expected. The 'y' and 'z' were matched in match_keybinding() in the keycode section and returned keybinds for `XF86_AudioLowerVolume` and `XF86_AudioRaiseVolume` respectively. Fixes: #1367 |
||
|---|---|---|
| .. | ||
| cursor.c | ||
| drawing_tablet.c | ||
| gestures.c | ||
| input.c | ||
| key-state.c | ||
| keyboard.c | ||
| meson.build | ||
| touch.c | ||