7626:7f643d41464e | 7628:f904d0eef264 |
---|---|
117 @param scintillaCommand QScintilla command | 117 @param scintillaCommand QScintilla command |
118 @type int | 118 @type int |
119 @return Qt key sequence | 119 @return Qt key sequence |
120 @rtype QKeySequence.StandardKey | 120 @rtype QKeySequence.StandardKey |
121 """ | 121 """ |
122 assert scintillaCommand in Scintilla2QKeySequence | |
123 return Scintilla2QKeySequence[scintillaCommand] | 122 return Scintilla2QKeySequence[scintillaCommand] |