Home ⌂Doc Index ◂Up ▴

eric6.QScintilla.KeySequenceTranslator

Module implementing functions to map QScintilla keyboard commands to QKeySequence standard keys.

Global Attributes

Scintilla2QKeySequence
__all__

Classes

None

Functions

s2qTranslate Function to translate a QScintilla command to a QKeySequence.


s2qTranslate

s2qTranslate(scintillaCommand)

Function to translate a QScintilla command to a QKeySequence.

scintillaCommand (int)
QScintilla command
Returns:
Qt key sequence
Return Type:
QKeySequence.StandardKey
Up



Home ⌂Doc Index ◂Up ▴