mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:04:12 +02:00
...
This commit is contained in:
parent
563fafdc0b
commit
9b19e1638e
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ def register_shortcut(self, unique_name, name, default_keys=(),
|
|||
this shortcut
|
||||
:param default_keys: A tuple of keys that trigger this shortcut. Each
|
||||
key must be a string. For example: ('Ctrl+A', 'Alt+B', 'C',
|
||||
'Shift+Meta_D'). These keys will be assigned to the
|
||||
'Shift+Meta+D'). These keys will be assigned to the
|
||||
shortcut unless there is a conflict.
|
||||
:param action: A QAction object. The shortcut will cause this QAction
|
||||
to be triggered. Connect to its triggered signal in your code to
|
||||
|
|
|
|||
Loading…
Reference in a new issue