From: Kristian Høgsberg Date: Mon, 2 May 2011 18:11:15 +0000 (-0400) Subject: meego-tablet-shell: Match meego-ux-daemon key bindings X-Git-Tag: 0.85.0~493 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d28b4d7be8c9e3134a9c0a8dbca8e12a8b9984a0;p=platform%2Fupstream%2Fweston.git meego-tablet-shell: Match meego-ux-daemon key bindings --- diff --git a/compositor/meego-tablet-shell.c b/compositor/meego-tablet-shell.c index fa017f2..9c3e444 100644 --- a/compositor/meego-tablet-shell.c +++ b/compositor/meego-tablet-shell.c @@ -508,9 +508,11 @@ shell_init(struct wlsc_compositor *compositor) shell->long_press_source = wl_event_loop_add_timer(loop, long_press_handler, shell); - wlsc_compositor_add_binding(compositor, KEY_SPACE, 0, MODIFIER_CTRL, + wlsc_compositor_add_binding(compositor, KEY_LEFTMETA, 0, 0, home_key_binding, shell); - wlsc_compositor_add_binding(compositor, KEY_ENTER, 0, MODIFIER_CTRL, + wlsc_compositor_add_binding(compositor, KEY_RIGHTMETA, 0, 0, + home_key_binding, shell); + wlsc_compositor_add_binding(compositor, KEY_MENU, 0, 0, menu_key_binding, shell); compositor->shell = &shell->shell;