Searched refs:KeyShiftStateLeft (Results 1 – 1 of 1) sorted by relevance
319 UINT32 KeyShiftStateLeft; in HotkeyInsertList() local359 KeyShiftStateLeft = (KeyShiftStateRight & 0xffffff00) | ((KeyShiftStateRight & 0xff) << 1); in HotkeyInsertList()372 KeyData->KeyState.KeyShiftState = KeyShiftStateLeft; in HotkeyInsertList()379 if (KeyShiftStateLeft != KeyShiftStateRight) { in HotkeyInsertList()