From: Ning Tang <ning.t...@intel.com>

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 <tecto...@gmail.com>

---
 src/tablet-shell.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/tablet-shell.c b/src/tablet-shell.c
index f17d888..4a77681 100644
--- a/src/tablet-shell.c
+++ b/src/tablet-shell.c
@@ -561,8 +561,6 @@ shell_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.11.5

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to