diff --git a/js/ui/components/recorder.js b/js/ui/components/recorder.js index 2517f7902..863bd8042 100644 --- a/js/ui/components/recorder.js +++ b/js/ui/components/recorder.js @@ -20,8 +20,7 @@ const Recorder = new Lang.Class({ Main.wm.addKeybinding('toggle-recording', this._bindingSettings, Meta.KeyBindingFlags.NONE, - Shell.KeyBindingMode.NORMAL | - Shell.KeyBindingMode.OVERVIEW, + Shell.KeyBindingMode.ALL, Lang.bind(this, this._toggleRecorder)); },