Browse Source

Update 'CARDPUTER CircuitPython/keyboard.py'

cube 9 months ago
parent
commit
7956c0453d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      CARDPUTER CircuitPython/keyboard.py

+ 2
- 1
CARDPUTER CircuitPython/keyboard.py View File

@@ -19,7 +19,8 @@ class Keyboard:
19 19
             "0x5a":"Z", "0x58":"X", "0x43":"C", "0x56":"V", "0x42":"B", "0x4e":"N", "0x4d":"M"
20 20
         }
21 21
         self.special={
22
-            "0xa":"\n", "0x8":"BACKSP", "0x20":" ", "0x3b":"UP", "0x2e":"DOWN", "0x2c":"LEFT", "0x2f":"RIGHT", "0x10d":"OPTD", "0x4":"CTRLD", "0x13":"CTRLS", "0x9":"    ", "0x60":"ESC"
22
+            "0xa":"\n", "0x8":"BACKSP", "0x20":" ", "0x3b":"UP", "0x2e":"DOWN", "0x2c":"LEFT", "0x2f":"RIGHT", "0x10d":"OPTD",
23
+            "0x4":"CTRLD", "0x13":"CTRLS", "0x9":"    ", "0x60":"ESC"
23 24
         }
24 25
 
25 26
     def scan(self):