diff --git a/src/example/char_in.md b/src/example/char_in.md index aecbafc..7202704 100644 --- a/src/example/char_in.md +++ b/src/example/char_in.md @@ -24,7 +24,7 @@ pressed- 0xD2. ## Notes Every key has a unique keycode, that identifies the key that was pressed. -The only key without a keycode, is the shift key. Of the shift-key is pressed and held with any +The only key without a keycode, is the shift key. If the shift-key is pressed and held with any other key, the most significant bit is set in A, adding 0x80 to each keycode. The only key unaffected by this, is the ON/BREAK key, which always has a keycode of 51.