Skip to content

Commit

Permalink
add shortcut for help page
Browse files Browse the repository at this point in the history
  • Loading branch information
amit9838 committed May 8, 2024
1 parent e2531ed commit 2e5de2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mousam.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,5 @@ def on_key_press(self, key_controller, keyval, keycode, state,*args):
GLib.idle_add(self._on_locations_clicked)
if keyval == Gdk.KEY_comma:
GLib.idle_add(self._on_preferences_clicked)

if keyval == Gdk.KEY_question:
GLib.idle_add(self._show_shortcuts_dialog)

0 comments on commit 2e5de2e

Please sign in to comment.