windowManager: Make use of the switch-panels-backward keybinding
We have it in the schema so there's no reason for it not to work. https://bugzilla.gnome.org/show_bug.cgi?id=689528
This commit is contained in:
parent
00338bbc4b
commit
cd58f9f9e5
@ -155,6 +155,13 @@ const WindowManager = new Lang.Class({
|
|||||||
Main.KeybindingMode.UNLOCK_SCREEN |
|
Main.KeybindingMode.UNLOCK_SCREEN |
|
||||||
Main.KeybindingMode.LOGIN_SCREEN,
|
Main.KeybindingMode.LOGIN_SCREEN,
|
||||||
Lang.bind(this, this._startA11ySwitcher));
|
Lang.bind(this, this._startA11ySwitcher));
|
||||||
|
this.setCustomKeybindingHandler('switch-panels-backward',
|
||||||
|
Main.KeybindingMode.NORMAL |
|
||||||
|
Main.KeybindingMode.OVERVIEW |
|
||||||
|
Main.KeybindingMode.LOCK_SCREEN |
|
||||||
|
Main.KeybindingMode.UNLOCK_SCREEN |
|
||||||
|
Main.KeybindingMode.LOGIN_SCREEN,
|
||||||
|
Lang.bind(this, this._startA11ySwitcher));
|
||||||
|
|
||||||
this.addKeybinding('open-application-menu',
|
this.addKeybinding('open-application-menu',
|
||||||
new Gio.Settings({ schema: SHELL_KEYBINDINGS_SCHEMA }),
|
new Gio.Settings({ schema: SHELL_KEYBINDINGS_SCHEMA }),
|
||||||
|
Loading…
Reference in New Issue
Block a user