mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
recorder: Enable the keybinding for all modes
There's not really a good reason to restrict the screen recorder to normal mode and overview, so allow it for all keybinding modes. https://bugzilla.gnome.org/show_bug.cgi?id=696200
This commit is contained in:
parent
2499f2ed80
commit
1d728186db
1 changed files with 1 additions and 2 deletions
|
|
@ -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));
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue