Merge branch 'master' of ssh://git.orca-central.de:10229/jali/E220Term
Merged fixes in documentation
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#```char_in```
|
# ```char_in```
|
||||||
|
|
||||||
> Version: 1.0.20096.1 \
|
> Version: 1.0.20096.1 \
|
||||||
> Created On: Sun 05 Apr 2020 12:42:26 AM CEST \
|
> Created On: Sun 05 Apr 2020 12:42:26 AM CEST \
|
||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user