Merge branch 'master' of ssh://git.orca-central.de:10229/jali/E220Term

Merged fixes in documentation
This commit is contained in:
2020-04-05 22:25:26 +02:00

View File

@@ -24,7 +24,7 @@ pressed- 0xD2.
## Notes ## Notes
Every key has a unique keycode, that identifies the key that was pressed. 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 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. unaffected by this, is the ON/BREAK key, which always has a keycode of 51.