From: Ning Tang <[email protected]> Left meta will cause mod key first recognized so mod + R is corrupted. Now tablet-shell can use mod + R to record video.
Signed-off-by: Ning Tang <[email protected]> --- src/tablet-shell.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tablet-shell.c b/src/tablet-shell.c index 3623736..f10f11a 100644 --- a/src/tablet-shell.c +++ b/src/tablet-shell.c @@ -558,8 +558,6 @@ module_init(struct weston_compositor *compositor) shell->long_press_source = wl_event_loop_add_timer(loop, long_press_handler, shell); - weston_compositor_add_key_binding(compositor, KEY_LEFTMETA, 0, - home_key_binding, shell); weston_compositor_add_key_binding(compositor, KEY_RIGHTMETA, 0, home_key_binding, shell); weston_compositor_add_key_binding(compositor, KEY_LEFTMETA, -- 1.7.12.1 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
