Quit on Ctrl + W

This commit is contained in:
kramo
2023-05-22 16:09:35 +02:00
parent 8fc7bcd8a8
commit 1597d783f0

View File

@@ -67,7 +67,7 @@ class CartridgesApplication(Adw.Application):
# Create actions # Create actions
self.create_actions( self.create_actions(
{ {
("quit", ("<primary>q",)), ("quit", ("<primary>q", "<primary>w")),
("about",), ("about",),
("preferences", ("<primary>comma",)), ("preferences", ("<primary>comma",)),
("launch_game",), ("launch_game",),