diff -r 25d97c7ea897 -r 1e684e74d2a1 Preferences/ShortcutsDialog.py --- a/Preferences/ShortcutsDialog.py Sun Jan 01 16:45:41 2012 +0100 +++ b/Preferences/ShortcutsDialog.py Sun Jan 01 17:14:12 2012 +0100 @@ -357,7 +357,7 @@ for act in actions: if txt == act.objectName(): act.setShortcut(QKeySequence(itm.text(1))) - act.setAlternateShortcut(QKeySequence(itm.text(2))) + act.setAlternateShortcut(QKeySequence(itm.text(2)), removeEmpty=True) break def on_buttonBox_accepted(self):