Skip to content

Commit

Permalink
Added additional keyboard shortcut to close the settings window: CTRL+q
Browse files Browse the repository at this point in the history
  • Loading branch information
casasfernando committed Oct 16, 2021
1 parent 78a72a2 commit 26db9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace WingpanelAirPods {

var quit_action = new SimpleAction ("quit", null);
add_action (quit_action);
set_accels_for_action ("app.quit", {"Escape"});
set_accels_for_action ("app.quit", {"<Control>q", "Escape"});

quit_action.activate.connect (() => {
if (app_window != null) {
Expand Down

0 comments on commit 26db9ec

Please sign in to comment.