meego-tablet-shell: Handle meta key with super modifier so we get the release
This commit is contained in:
@@ -574,6 +574,10 @@ 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_LEFTMETA, 0,
|
||||||
|
MODIFIER_SUPER, home_key_binding, shell);
|
||||||
|
wlsc_compositor_add_binding(compositor, KEY_RIGHTMETA, 0,
|
||||||
|
MODIFIER_SUPER, home_key_binding, shell);
|
||||||
wlsc_compositor_add_binding(compositor, KEY_COMPOSE, 0, 0,
|
wlsc_compositor_add_binding(compositor, KEY_COMPOSE, 0, 0,
|
||||||
menu_key_binding, shell);
|
menu_key_binding, shell);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user