How to find the keykode for a specific key (Fn) with JIntellitype (Java)

268 views Asked by At

I want the Robot class in java to simulate a key combination Fn + Space. I have added the Jintellitype library to my project but in the list of keycodes that JIntellitype comes with i still cannot seem to find the Fn key.

My question is how can I find what the key code for that specific key is?

0

There are 0 answers