We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097e318 commit eb7fbfdCopy full SHA for eb7fbfd
src/Application.vala
@@ -64,7 +64,7 @@ public class Eddy.Application : Gtk.Application {
64
65
var quit_action = new SimpleAction ("quit", null);
66
add_action (quit_action);
67
- add_accelerator ("<Control>q", "app.quit", null);
+ set_accels_for_action ("app.quit", {"<Control>q"});
68
quit_action.activate.connect (() => {
69
if (window != null) {
70
window.close ();
0 commit comments