labwc/include/input
Consolatis 984aeb0b0b keyboard: allow applying keyboard layout per window
Fixes #1076

It can be enabled with a config like

~/.config/labwc/rc.xml:
<keyboard layoutScope="window">

~/.config/labwc/environment:
XKB_DEFAULT_LAYOUT=de,us
XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle,grp_led:scroll

With a configuration like this each window should now remember
the active keyboard layout when switching between windows.

By default, the keyboard layout keeps being a global state.
2023-11-04 07:58:43 +00:00
..
cursor.h Move input related source files into src/input/ 2023-10-30 21:14:04 +00:00
gestures.h Move gesture handling out of cursor.c 2023-10-30 21:14:04 +00:00
input.h Move input handler init() and finish() functions to input/input.c 2023-10-30 21:14:04 +00:00
key-state.h Move input related source files into src/input/ 2023-10-30 21:14:04 +00:00
keyboard.h keyboard: allow applying keyboard layout per window 2023-11-04 07:58:43 +00:00
touch.h Make touch depend on cursor to prevent racing 2023-10-30 21:14:04 +00:00