Searched refs:shiftCtrlMap (Results 1 – 2 of 2) sorted by relevance
/openbmc/obmc-ikvm/ | ||
H A D | ikvm_input.hpp | 68 static constexpr uint8_t shiftCtrlMap[NUM_MODIFIER_BITS] = { member in ikvm::Input |
H A D | ikvm_input.cpp | 317 mod = shiftCtrlMap[key - XK_Shift_L]; in keyToMod() |