Keyboard.h full syntax reference ?

Hello,

I’m unable to find a full syntax reference for Keyboard.h

Can someone point me to it ?

Once I have it I will be looking for something like a user definable ‘ Key Delay ‘ feature - by that I mean the ability to define a millisecond delay between each character.

I have a use where the current ( default ? ) speed is too fast, causing characters to be dropped.

Thank you,

Kevin

Once I have it I will be looking for something like a user definable ' Key Delay ' feature - by that I mean the ability to define a millisecond delay between each character.

No such function appears to be available but it should not be difficult to write your own and call it with a string of characters and an inter character pause if you want to make it variable.