Skip to content

Commit

Permalink
app: Fix Ctrl+W shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
bragefuglseth committed Aug 13, 2024
1 parent 54df7c0 commit 99b37d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mod imp {

obj.set_accels_for_action("win.text-language-dialog", &["<primary>comma"]);
obj.set_accels_for_action("win.cancel-session", &["Escape"]);
obj.set_accels_for_action("win.close", &["<primary>w"]);
obj.set_accels_for_action("window.close", &["<Ctrl>w"]);
obj.set_accels_for_action("app.quit", &["<primary>q"]);
}
}
Expand Down

0 comments on commit 99b37d8

Please sign in to comment.