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 b1b8628 commit 93039abCopy full SHA for 93039ab
src/MainWindow.vala
@@ -358,7 +358,8 @@ public class MainWindow : Gtk.ApplicationWindow {
358
return( false );
359
});
360
361
- // Set shortcut to quit
+ // Set shortcuts that don't have a UI element
362
+ set_action_for_command( KeyCommand.FILE_SAVE );
363
set_action_for_command( KeyCommand.QUIT );
364
365
// Set the window size based on gsettings
0 commit comments