meego-tablet-shell: Use KEY_COMPOSE for the menu key
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 2 May 2011 19:24:11 +0000 (15:24 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 2 May 2011 19:24:11 +0000 (15:24 -0400)
This is what the Windows menu key maps to in evdev keycodes.

compositor/meego-tablet-shell.c

index 98c69bf..8cc9565 100644 (file)
@@ -549,7 +549,7 @@ shell_init(struct wlsc_compositor *compositor)
                                    home_key_binding, shell);
        wlsc_compositor_add_binding(compositor, KEY_RIGHTMETA, 0, 0,
                                    home_key_binding, shell);
-       wlsc_compositor_add_binding(compositor, KEY_MENU, 0, 0,
+       wlsc_compositor_add_binding(compositor, KEY_COMPOSE, 0, 0,
                                    menu_key_binding, shell);
 
        compositor->shell = &shell->shell;