[PATCH 08/14] tablet-shell: remove conflict key binding.

tecton69 at gmail.com tecton69 at gmail.com
Tue Aug 21 04:49:22 PDT 2012


From: Ning Tang <ning.tang at 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 <tecton69 at 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



More information about the wayland-devel mailing list