Searched refs:_LookupKeyCode (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp680 int32 key = _LookupKeyCode(map, keys, map->normal_map, next,
683 key = _LookupKeyCode(map, keys, map->shift_map, next, states,
688 key = _LookupKeyCode(map, keys, map->caps_map, next, states,
693 key = _LookupKeyCode(map, keys, map->caps_shift_map, next,
699 key = _LookupKeyCode(map, keys, map->option_map, next, states,
704 key = _LookupKeyCode(map, keys, map->option_shift_map, next,
710 key = _LookupKeyCode(map, keys, map->option_caps_map, next,
716 key = _LookupKeyCode(map, keys, map->option_caps_shift_map,
722 key = _LookupKeyCode(map, keys, map->control_map, next, states,
801 KeyStrokeSequenceCommandActuator::_LookupKeyCode(key_ma function in class:KeyStrokeSequenceCommandActuator
[all...]
H A DCommandActuators.h125 int32 _LookupKeyCode(key_map* map, char* keys,

Completed in 34 milliseconds