Skip to content

Commit b744412

Browse files
committed
App: Close with Ctrl+W
1 parent 66daefc commit b744412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vala

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class Plausible.App : Adw.Application {
4545
add_action (zoom_out_action);
4646
add_action (zoom_default_action);
4747

48-
set_accels_for_action ("app.quit", {"<Ctrl>Q"});
48+
set_accels_for_action ("app.quit", {"<Ctrl>Q", "<Ctrl>W"});
4949
set_accels_for_action ("app.zoom-in", {"<Ctrl>plus", "<Ctrl>equal"});
5050
set_accels_for_action ("app.zoom-out", {"<Ctrl>minus"});
5151
set_accels_for_action ("app.zoom-default", {"<Ctrl>0"});

0 commit comments

Comments
 (0)