swayfx/include/sway/input
Brian Ashworth be2d2a299a commands/input: perform basic keymap validation
Before the delta input config is stored, this attempts to compile a
keymap with it. If the keymap fails to compile, then the first line of
the xkbcommon log entry will be included with a `CMD_FAILURE`, the
entire xkbcommon log entry will be included in the sway error log, and
the delta will not be stored.

This only handles basic issues such as a layouts not existing. This
will NOT catch more complex issues such as when a variant does
exist, but not for the given layout (ex: `azerty` is a valid variant,
but the `us` layout does not have a `azerty` variant).
2019-06-09 20:13:22 +03:00
..
cursor.h Introduce default seatop 2019-03-17 10:02:04 -06:00
input-manager.h Add heuristics to differentiate touchpads 2019-04-14 19:31:36 -04:00
keyboard.h commands/input: perform basic keymap validation 2019-06-09 20:13:22 +03:00
seat.h Fix scratchpad fullscreen behavior and crash 2019-04-13 08:48:37 -06:00
switch.h Support WLR_INPUT_DEVICE_SWITCH in sway 2019-03-19 23:58:47 -04:00