Description
When called, Keyboard.press()
functions as if a key were pressed and held on your keyboard. Useful when using modifier keys. To end the key press, use Keyboard.release() or Keyboard.releaseAll().
It is necessary to call Keyboard.begin() before using press()
.
Syntax
Keyboard.press()
Parameters
char
: the key to press
Returns
size_t
: number of key presses sent.