MCPcopy Create free account
hub / github.com/deskflow/deskflow / addGroupToKeystroke

Method addGroupToKeystroke

src/lib/deskflow/KeyMap.cpp:626–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626void KeyMap::addGroupToKeystroke(Keystrokes &keys, int32_t &group, const std::string &lang) const
627{
628 group = getLanguageGroupID(group, lang);
629 keys.push_back(Keystroke(group, true, false));
630}
631
632const KeyMap::KeyItem *KeyMap::mapModifierKey(
633 Keystrokes &keys, KeyID id, int32_t group, ModifierToKeys &activeModifiers, KeyModifierMask &currentState,

Callers

nothing calls this directly

Calls 1

KeystrokeClass · 0.85

Tested by

no test coverage detected