| 624 | } |
| 625 | |
| 626 | void 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 | |
| 632 | const KeyMap::KeyItem *KeyMap::mapModifierKey( |
| 633 | Keystrokes &keys, KeyID id, int32_t group, ModifierToKeys &activeModifiers, KeyModifierMask ¤tState, |