From 9b19e1638e0560acfc5d5249d3e35af0dc580eed Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 10 Aug 2011 13:59:15 -0600 Subject: [PATCH] ... --- src/calibre/gui2/keyboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/keyboard.py b/src/calibre/gui2/keyboard.py index d0c5823aa7..a68cb00023 100644 --- a/src/calibre/gui2/keyboard.py +++ b/src/calibre/gui2/keyboard.py @@ -88,7 +88,7 @@ class Manager(QObject): # {{{ 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