Skip to content

Commit

Permalink
Use <primary> instead of <Control>
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Dec 10, 2023
1 parent 657e159 commit 0aec725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cozy/ui/main_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ def __init_actions(self):
self.app.add_action(about_action)

self.create_action("about", self.about)
self.create_action("quit", self.quit, ["<Control>q", "<Control>w"])
self.create_action("prefs", self.show_prefs, ["<Control>comma"])
self.create_action("quit", self.quit, ["<primary>q", "<primary>w"])
self.create_action("prefs", self.show_prefs, ["<primary>comma"])
self.create_action("scan", self.scan)
self.play_pause_action = self.create_action("play_pause", self.play_pause, ["space"])

Expand Down

0 comments on commit 0aec725

Please sign in to comment.