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 61a1ca7 commit 1cc48bfCopy full SHA for 1cc48bf
src/Application.vala
@@ -43,9 +43,9 @@ public class Tomato : Gtk.Application {
43
var quit_action = new SimpleAction ("quit", null);
44
quit_action.activate.connect (quit);
45
add_action (quit_action);
46
-
+
47
set_accels_for_action ("app.quit", { "<Control>q" });
48
49
var granite_settings = Granite.Settings.get_default ();
50
var gtk_settings = Gtk.Settings.get_default ();
51
0 commit comments