eric6/QScintilla/KeySequenceTranslator.py

changeset 7628
f904d0eef264
parent 7360
9190402e4505
child 7781
607a6098cb44
equal deleted inserted replaced
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]

eric ide

mercurial