mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-03-31 14:22:30 -04:00
...
This commit is contained in:
parent
11b0ef7054
commit
955175b68c
@ -165,7 +165,7 @@ class Manager(QObject): # {{{
|
||||
'default_keys':tuple(default_keys),
|
||||
'persist_shortcut':persist_shortcut}
|
||||
self.shortcuts[unique_name] = shortcut
|
||||
group = group if group else pgettext('keyboard shortcuts', _('Miscellaneous'))
|
||||
group = group if group else pgettext('keyboard shortcuts', 'Miscellaneous')
|
||||
self.groups[group] = self.groups.get(group, []) + [unique_name]
|
||||
|
||||
def unregister_shortcut(self, unique_name):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user