Skip to content

Commit

Permalink
App: Close with Ctrl+W
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Mar 16, 2023
1 parent 66daefc commit b744412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vala
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class Plausible.App : Adw.Application {
add_action (zoom_out_action);
add_action (zoom_default_action);

set_accels_for_action ("app.quit", {"<Ctrl>Q"});
set_accels_for_action ("app.quit", {"<Ctrl>Q", "<Ctrl>W"});
set_accels_for_action ("app.zoom-in", {"<Ctrl>plus", "<Ctrl>equal"});
set_accels_for_action ("app.zoom-out", {"<Ctrl>minus"});
set_accels_for_action ("app.zoom-default", {"<Ctrl>0"});
Expand Down

0 comments on commit b744412

Please sign in to comment.