This commit is contained in:
Kovid Goyal 2011-08-10 13:59:15 -06:00
parent 563fafdc0b
commit 9b19e1638e

View File

@ -88,7 +88,7 @@ class Manager(QObject): # {{{
this shortcut this shortcut
:param default_keys: A tuple of keys that trigger this shortcut. Each :param default_keys: A tuple of keys that trigger this shortcut. Each
key must be a string. For example: ('Ctrl+A', 'Alt+B', 'C', 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. shortcut unless there is a conflict.
:param action: A QAction object. The shortcut will cause this QAction :param action: A QAction object. The shortcut will cause this QAction
to be triggered. Connect to its triggered signal in your code to to be triggered. Connect to its triggered signal in your code to