MCPcopy Create free account
hub / github.com/Zalafina/QKeyMapper / initMultiKeyboardInputList

Method initMultiKeyboardInputList

QKeyMapper/qkeymapper_worker.cpp:19033–19183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19031}
19032
19033void QKeyMapper_Worker::initMultiKeyboardInputList()
19034{
19035 MultiKeyboardInputList = QStringList() \
19036 /* Keyboard Keys */
19037 << "A"
19038 << "B"
19039 << "C"
19040 << "D"
19041 << "E"
19042 << "F"
19043 << "G"
19044 << "H"
19045 << "I"
19046 << "J"
19047 << "K"
19048 << "L"
19049 << "M"
19050 << "N"
19051 << "O"
19052 << "P"
19053 << "Q"
19054 << "R"
19055 << "S"
19056 << "T"
19057 << "U"
19058 << "V"
19059 << "W"
19060 << "X"
19061 << "Y"
19062 << "Z"
19063 << "1"
19064 << "2"
19065 << "3"
19066 << "4"
19067 << "5"
19068 << "6"
19069 << "7"
19070 << "8"
19071 << "9"
19072 << "0"
19073 << "Up"
19074 << "Down"
19075 << "Left"
19076 << "Right"
19077 << "Insert"
19078 << "Delete"
19079 << "Home"
19080 << "End"
19081 << "PageUp"
19082 << "PageDown"
19083 << "Space"
19084 << "Tab"
19085 << "Enter"
19086 << "L-Shift"
19087 << "R-Shift"
19088 << "L-Ctrl"
19089 << "R-Ctrl"
19090 << "L-Alt"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected