windowManager: Adapt to mutter API change
https://bugzilla.gnome.org/show_bug.cgi?id=673014
This commit is contained in:
parent
5046938913
commit
731317230a
@ -136,7 +136,7 @@ const WindowManager = new Lang.Class({
|
|||||||
Meta.keybindings_set_custom_handler('switch-panels',
|
Meta.keybindings_set_custom_handler('switch-panels',
|
||||||
Lang.bind(this, this._startA11ySwitcher));
|
Lang.bind(this, this._startA11ySwitcher));
|
||||||
global.display.add_keybinding('open-application-menu',
|
global.display.add_keybinding('open-application-menu',
|
||||||
SHELL_KEYBINDINGS_SCHEMA,
|
new Gio.Settings({ schema: SHELL_KEYBINDINGS_SCHEMA }),
|
||||||
Meta.KeyBindingFlags.NONE,
|
Meta.KeyBindingFlags.NONE,
|
||||||
Lang.bind(this, this._openAppMenu));
|
Lang.bind(this, this._openAppMenu));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user