pyfisch / keyboard-types

Types to define keyboard related events.
Apache License 2.0
54 stars 9 forks source link

F13 - F24 missing #12

Closed CryZe closed 2 years ago

CryZe commented 2 years ago

The spec explicitly mentions that those values are allowed and all the operating systems and browsers do in fact support them:

For keyboards that provide more than 12 function keys, the code value follows the pattern shown above with "F" followed by the function key number - "F13", "F14", "F15", and so on.