extensions-app: Allow closing window with ctrl+w
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3577>
This commit is contained in:
parent
e1be874a5f
commit
50ce1fcee7
@ -41,6 +41,7 @@ class Application extends Adw.Application {
|
|||||||
}]);
|
}]);
|
||||||
|
|
||||||
this.set_accels_for_action('app.quit', ['<Primary>q']);
|
this.set_accels_for_action('app.quit', ['<Primary>q']);
|
||||||
|
this.set_accels_for_action('window.close', ['<Primary>w']);
|
||||||
|
|
||||||
this._extensionManager = new ExtensionManager();
|
this._extensionManager = new ExtensionManager();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user