From 6dcc3d637fbbc03d182924884c6158f1aaa6efe0 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 14 Jan 2014 17:58:51 -0500 Subject: [PATCH] windowManager: Fix the name of the keybinding --- js/ui/windowManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js index a408014bb..ab4aced2c 100644 --- a/js/ui/windowManager.js +++ b/js/ui/windowManager.js @@ -556,7 +556,7 @@ const WindowManager = new Lang.Class({ Shell.KeyBindingMode.LOGIN_SCREEN, Lang.bind(this, this._startA11ySwitcher)); - this.addKeybinding('toggle-tweens', + this.addKeybinding('pause-resume-tweens', new Gio.Settings({ schema: SHELL_KEYBINDINGS_SCHEMA }), Meta.KeyBindingFlags.NONE, Shell.KeyBindingMode.ALL,