From 8aa1765f2420ed06e11f4a75c15a47fdb95bb5c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 6 Mar 2015 18:02:57 +0100 Subject: [PATCH] windowManager: Allow toggle-message-tray action in overview The corresponding action mode was dropped accidentally in commit 08d2e61 when changing the shortcut to open the calendar drop-down instead. --- js/ui/windowManager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/ui/windowManager.js b/js/ui/windowManager.js index 2691cdb7a..d04455b9f 100644 --- a/js/ui/windowManager.js +++ b/js/ui/windowManager.js @@ -840,6 +840,7 @@ const WindowManager = new Lang.Class({ new Gio.Settings({ schema_id: SHELL_KEYBINDINGS_SCHEMA }), Meta.KeyBindingFlags.NONE, Shell.ActionMode.NORMAL | + Shell.ActionMode.OVERVIEW | Shell.ActionMode.POPUP, Lang.bind(this, this._toggleCalendar));