Quit on Ctrl + W
This commit is contained in:
@@ -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",),
|
||||||
|
|||||||
Reference in New Issue
Block a user