eric6/QScintilla/KeySequenceTranslator.py

changeset 7781
607a6098cb44
parent 7628
f904d0eef264
child 7923
91e843545d9a
equal deleted inserted replaced
7780:41420f82c0ac 7781:607a6098cb44
5 5
6 """ 6 """
7 Module implementing functions to map QScintilla keyboard commands to 7 Module implementing functions to map QScintilla keyboard commands to
8 QKeySequence standard keys. 8 QKeySequence standard keys.
9 """ 9 """
10
11 10
12 from PyQt5.QtGui import QKeySequence 11 from PyQt5.QtGui import QKeySequence
13 from PyQt5.Qsci import QsciScintilla 12 from PyQt5.Qsci import QsciScintilla
14 13
15 __all__ = ["s2qTranslate"] 14 __all__ = ["s2qTranslate"]

eric ide

mercurial