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

Method getKeycodeStringRemoveMultiInput

QKeyMapper/qkeymapper_worker.cpp:17959–17965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17957}
17958
17959QString QKeyMapper_Worker::getKeycodeStringRemoveMultiInput(const QString &keycodeString)
17960{
17961 static QRegularExpression regex("@\\d$");
17962 QString result = keycodeString;
17963 result.remove(regex);
17964 return result;
17965}
17966
17967void QKeyMapper_Worker::breakAllRunningKeySequence()
17968{

Callers

nothing calls this directly

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected