Searched refs:option_shift_map (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeymap.cpp91 print_key(fChars, fKeys.option_shift_map[i]);
/haiku/src/tests/kits/shared/
H A DKeymapTest.cpp81 tables[B_OPTION_KEY | B_SHIFT_KEY] = &keymap->option_shift_map;
/haiku/headers/os/interface/
H A DInterfaceDefs.h109 int32 option_shift_map[128]; member in struct:key_map
/haiku/src/preferences/keymap/
H A DKeymap.cpp112 print_key(fChars, fKeys.option_shift_map[i]);
/haiku/src/kits/shared/
H A DKeymap.cpp548 offset = fKeys.option_shift_map[keyCode];
/haiku/src/bin/keymap/
H A DKeymap.cpp347 fKeys.option_shift_map,
665 dump_map(file, "option_shift_map", fKeys.option_shift_map);
976 GetKey(fChars, fKeys.option_shift_map[i], optionShiftKey, 32);
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp424 ch = fChars.Get() + fKeyMap->option_shift_map[code];
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandActuators.cpp704 key = _LookupKeyCode(map, keys, map->option_shift_map, next,

Completed in 92 milliseconds