--- a/QScintilla/MiniEditor.py Tue Jun 17 21:09:24 2014 +0200 +++ b/QScintilla/MiniEditor.py Thu Jun 19 10:00:53 2014 +0200 @@ -332,7 +332,7 @@ "Shortcuts/{0}/{1}/AltAccel".format( category, act.objectName())) if accel is not None: - act.setAlternateShortcut(QKeySequence(accel)) + act.setAlternateShortcut(QKeySequence(accel), removeEmpty=True) def __createActions(self): """