wlroots/rootston
Markus Ongyerth c88990d2c2 fix the keybind handling in rootston.
As mentioned in https://github.com/swaywm/wlroots/issues/393 keybinds
did't trigger / were checked with "odd" keys and modifiers.

This commit sends the keycode through two paths, one to get the keycode
and modifiers *after* xkb handles them, a secondary path to get a "raw"
keysym without modifiers and then add the modifiers rootston knows
about.

This will result in the `[Alt]+[Shift]+2` combination I mention earlier
going through the keybind detection twice.
  1) `[Alt]+[at]`
  2) `[Alt]+[Shift]+2`

When either combination is found, the appropriate keybind is executed.
The xkb handled version will be prefered over the "raw" version.
2017-11-07 12:48:44 +01:00
..
config.c Merge pull request #365 from emersion/wayland-backend-transform 2017-11-01 10:21:02 -04:00
cursor.c bugfix: dnd force cancel 2017-11-01 08:05:02 -04:00
desktop.c Merge branch 'master' into feature/xwm-rewrite 2017-10-27 15:22:00 -04:00
ini.c Establish rootston headers & main 2017-09-22 23:30:40 -04:00
input.c Remove wlr_cursor_set_xcursor for now 2017-10-31 12:30:56 +01:00
keyboard.c fix the keybind handling in rootston. 2017-11-07 12:48:44 +01:00
main.c Merge branch 'master' into feature/data-device-selection 2017-10-21 09:37:58 -04:00
meson.build Move xcursor stuff into its own file 2017-10-27 19:09:38 +02:00
output.c bugfix: dnd force cancel 2017-11-01 08:05:02 -04:00
pointer.c Handle input device removal 2017-09-28 19:05:38 -04:00
rootston.ini.example Rename default keyboard section 2017-10-26 23:02:24 +02:00
tablet_tool.c Forgot that file :/ 2017-10-01 11:24:11 -04:00
touch.c Implement simple touch support for rootston 2017-10-20 23:19:41 -04:00
wl_shell.c Focus last view on close in rootston 2017-10-25 20:34:40 +02:00
xcursor.c Add multi-pointer example 2017-10-31 12:30:57 +01:00
xdg_shell_v6.c Fix resize bounds check in rootson 2017-10-30 00:12:17 +01:00
xwayland.c Merge branch 'master' into feature/xwm-rewrite 2017-10-29 10:43:10 -04:00