We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 832fbba + a31b491 commit 48adc6cCopy full SHA for 48adc6c
src/KeyboardLayout.h
@@ -5,6 +5,8 @@
5
only in Keyboard.cpp and the keyboard layout files. Layout files map
6
ASCII character codes to keyboard scan codes (technically, to USB HID
7
Usage codes), possibly altered by the SHIFT or ALT_GR modifiers.
8
+ Non-ACSII characters (anything outside the 7-bit range NUL..DEL) are
9
+ not supported.
10
11
== Creating your own layout ==
12
0 commit comments