meego-tablet-shell: Use KEY_COMPOSE for the menu key

This is what the Windows menu key maps to in evdev keycodes.
This commit is contained in:
Kristian Høgsberg
2011-05-02 15:24:11 -04:00
parent 269c78286f
commit 9d09777e40
+1 -1
View File
@@ -549,7 +549,7 @@ shell_init(struct wlsc_compositor *compositor)
home_key_binding, shell); home_key_binding, shell);
wlsc_compositor_add_binding(compositor, KEY_RIGHTMETA, 0, 0, wlsc_compositor_add_binding(compositor, KEY_RIGHTMETA, 0, 0,
home_key_binding, shell); 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); menu_key_binding, shell);
compositor->shell = &shell->shell; compositor->shell = &shell->shell;