mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 06:28:01 +02:00
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:
parent
269c78286f
commit
9d09777e40
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue