Skip to content

Commit

Permalink
add shortcut to open Shortcuts dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
amit9838 committed May 8, 2024
2 parents e2531ed + 4d17a7c commit 9e6c4e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mousam.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

gi.require_version("Gtk", "4.0")
gi.require_version("Adw", "1")
from gi.repository import Gtk, Adw, Gio, GLib, Gdk
from gi.repository import Gtk, Adw, Gio
from gettext import gettext as _, pgettext as C_


Expand Down Expand Up @@ -384,4 +384,3 @@ 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)

0 comments on commit 9e6c4e3

Please sign in to comment.