We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9409782 commit d11e8c6Copy full SHA for d11e8c6
src/gui/main_window.rs
@@ -1392,8 +1392,8 @@ impl App {
1392
// GDK key names are available here:
1393
// https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gdk/gdkkeysyms.h
1394
1395
- application.set_accels_for_action("win.close", &["<Ctrl>Q", "<Primary>W"]);
1396
- application.set_accels_for_action("win.recognize-file", &["<Ctrl>O"]);
+ application.set_accels_for_action("win.close", &["<Primary>Q", "<Primary>W"]);
+ application.set_accels_for_action("win.recognize-file", &["<Primary>O"]);
1397
application.set_accels_for_action("win.display-shortcuts", &["<Primary>question"]);
1398
application
1399
.set_accels_for_action("win.show-preferences", &["<Primary>comma", "<Primary>P"]);
0 commit comments