I have a Arduino Leonardo and I'm trying to make a macro keypad that send various command to my Windows pc. One command needs the windows key to be pressed along with another key. What (if there is any) code to press the Windows Key. Something like Keyboard.press(KEY_WIN);.
I couldn't find anything like that so is there a alternative way to do it ? Another library perhaps ?