mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
d16f111bb8
commit
1f38680cb5
@ -71,9 +71,9 @@ class InterfaceAction(QObject):
|
|||||||
#: key is held down.
|
#: key is held down.
|
||||||
auto_repeat = False
|
auto_repeat = False
|
||||||
|
|
||||||
#: Of the form: (text, icon_path, tooltip, keyboard shortcut)
|
#: Of the form: (text, icon_path, tooltip, keyboard shortcut).
|
||||||
#: icon, tooltip and keyboard shortcut can be None
|
#: icon, tooltip and keyboard shortcut can be None.
|
||||||
#: shortcut must be a string, None or tuple of shortcuts.
|
#: keyboard shortcut must be either a string, None or tuple of shortcuts.
|
||||||
#: If None, a keyboard shortcut corresponding to the action is not
|
#: If None, a keyboard shortcut corresponding to the action is not
|
||||||
#: registered. If you pass an empty tuple, then the shortcut is registered
|
#: registered. If you pass an empty tuple, then the shortcut is registered
|
||||||
#: with no default key binding.
|
#: with no default key binding.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user