swayfx/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.c Unhide cursor on cursor activity after touch 2019-06-08 12:02:28 -04:00
input-manager.c Implement input type configs (#3784) 2019-04-14 19:31:36 -04:00
keyboard.c commands/input: perform basic keymap validation 2019-06-09 20:13:22 +03:00
seat.c Fix segfault with "xwayland false" (#4228) 2019-06-08 17:28:10 +03:00
seatop_default.c Fix a silly mistake 2019-04-28 21:07:47 +03:00
seatop_down.c Introduce default seatop 2019-03-17 10:02:04 -06:00
seatop_move_floating.c Clear pointer focus during move and resize seatops 2019-04-28 21:07:47 +03:00
seatop_move_tiling.c Clear pointer focus during move and resize seatops 2019-04-28 21:07:47 +03:00
seatop_resize_floating.c Clear pointer focus during move and resize seatops 2019-04-28 21:07:47 +03:00
seatop_resize_tiling.c Clear pointer focus during move and resize seatops 2019-04-28 21:07:47 +03:00
switch.c bindings: allow unlocked and locked bindings 2019-05-30 10:47:42 +03:00