Pressing the windows key with arduino leonardo

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 ?

Thanks,
Vivek

Late to the party, but I had the same issue. The solution: use KEY_LEFT_GUI or KEY_RIGHT_GUI.

Keyboard.press(KEY_LEFT_GUI);

Source: sparkfun tuto

hello everyone,

I have one problem how to interface with laptop keyboard for input of arduino uno
any library is there
pls send any link to download

How is the keyboard connected to the Arduino?