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

Method mapModifierKey

src/lib/deskflow/KeyMap.cpp:632–638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632const KeyMap::KeyItem *KeyMap::mapModifierKey(
633 Keystrokes &keys, KeyID id, int32_t group, ModifierToKeys &activeModifiers, KeyModifierMask &currentState,
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
640int32_t KeyMap::findBestKey(const KeyEntryList &entryList, KeyModifierMask desiredState) const
641{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected