I'm using a Sparkfun Pro-Micro as a keyboard to send key sequences to the PC. I want to send the 'apps-key' (Not all keyboards have this, usually has a 4 line picture of a menu, also called menu key, or context menu, does very similar to mouse right-click.) I've looked in keyboard.h can't find it there, tried KEY_LEFT_GUI = Windows key.
Yes, I've looked at that and tried most/all. Which code will make apps-key? ...
Alright, I should have checked that I had the latest version of the keyboard library. Now I have: #define KEY_MENU 0xED - and it works. Thanks for your comments.