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.
1 parent 085467f commit 7c999e2Copy full SHA for 7c999e2
adafruit_hid/keyboard_layout_base.py
@@ -12,9 +12,10 @@
12
13
14
class KeyboardLayoutBase:
15
- """Map ASCII characters to appropriate keypresses on a standard US PC keyboard.
+ """Base class for keyboard layouts. Uses the tables defined in the subclass
16
+ to map UTF-8 characters to appropriate keypresses.
17
- Non-ASCII characters and most control characters will raise an exception.
18
+ Non-supported characters and most control characters will raise an exception.
19
"""
20
21
# We use the top bit of each byte (0x80) to indicate
0 commit comments