Searched refs:EventCh (Results 1 – 1 of 1) sorted by relevance
675 uint8_t EventCh = Str[0]; in writeSingleAccelerator() local677 if (IsVirtKey && !isalnum(EventCh)) in writeSingleAccelerator()680 if (EventCh > 0x7F) in writeSingleAccelerator()684 EventCh = toupper(EventCh); in writeSingleAccelerator()685 Entry.ANSICode = ulittle16_t(EventCh); in writeSingleAccelerator()