unsigned char HIDKeypad_IsModifierKey(unsigned char key) { return ((key >= HIDKeypad_LEFTCONTROL) && (key <= HIDKeypad_RIGHTGUI)); }