Allow various sets of key combinations, most importantly Ctrl-Alt-Fn and Ctrl-Alt-Backspace to be disabled from weston.ini.
Changes since v1: Moved new function from new files launcher-bindings.* to existing launcher-util.*. Changed zapping option name to "allow-zap" instead of "zap", with corresponding variable name changes. A minor style change for an if statement. Bob Ham (3): compositor-{drm,fbdev,rpi}: Make VT switching configurable desktop-shell: Make zapping configurable desktop-shell: Allow binding-modifier weston.ini option to be none desktop-shell/shell.c | 40 +++++++++++++++++++++++++--------------- desktop-shell/shell.h | 1 + man/weston.ini.man | 12 +++++++++++- src/compositor-drm.c | 15 +-------------- src/compositor-fbdev.c | 17 ++--------------- src/compositor-rpi.c | 16 +--------------- src/compositor.h | 2 ++ src/launcher-util.c | 25 +++++++++++++++++++++++++ src/launcher-util.h | 3 +++ src/main.c | 5 +++++ 10 files changed, 76 insertions(+), 60 deletions(-) -- 2.1.4 _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel