Update ReadKeys.MD
This commit is contained in:
parent
b88ba42d82
commit
d6f5cbabd4
1 changed files with 7 additions and 1 deletions
|
|
@ -1,9 +1,15 @@
|
|||
|
||||
```
|
||||
KEY_HELP 0x41
|
||||
KEY_ESC 0x43
|
||||
KEY_ENTER 0x45
|
||||
```
|
||||
|
||||
I've also some strange reading (KEY_ENTER) is sometime 0x01...
|
||||
|
||||
```
|
||||
KEY_LEFT 0x42
|
||||
KEY_UP 0x44
|
||||
KEY_DOWN 0x46
|
||||
KEY_RIGHT 0x47
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue