| 630 | } |
| 631 | |
| 632 | const KeyMap::KeyItem *KeyMap::mapModifierKey( |
| 633 | Keystrokes &keys, KeyID id, int32_t group, ModifierToKeys &activeModifiers, KeyModifierMask ¤tState, |
| 634 | KeyModifierMask desiredMask, bool isAutoRepeat, const std::string &lang |
| 635 | ) const |
| 636 | { |
| 637 | return mapCharacterKey(keys, id, group, activeModifiers, currentState, desiredMask, isAutoRepeat, lang); |
| 638 | } |
| 639 | |
| 640 | int32_t KeyMap::findBestKey(const KeyEntryList &entryList, KeyModifierMask desiredState) const |
| 641 | { |
nothing calls this directly
no outgoing calls
no test coverage detected