windowManager: Fix the name of the keybinding
This commit is contained in:
parent
9bb4d17e31
commit
6dcc3d637f
@ -556,7 +556,7 @@ const WindowManager = new Lang.Class({
|
|||||||
Shell.KeyBindingMode.LOGIN_SCREEN,
|
Shell.KeyBindingMode.LOGIN_SCREEN,
|
||||||
Lang.bind(this, this._startA11ySwitcher));
|
Lang.bind(this, this._startA11ySwitcher));
|
||||||
|
|
||||||
this.addKeybinding('toggle-tweens',
|
this.addKeybinding('pause-resume-tweens',
|
||||||
new Gio.Settings({ schema: SHELL_KEYBINDINGS_SCHEMA }),
|
new Gio.Settings({ schema: SHELL_KEYBINDINGS_SCHEMA }),
|
||||||
Meta.KeyBindingFlags.NONE,
|
Meta.KeyBindingFlags.NONE,
|
||||||
Shell.KeyBindingMode.ALL,
|
Shell.KeyBindingMode.ALL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user