From 9394a3da518c5d50afcd4506483577333845b985 Mon Sep 17 00:00:00 2001 From: Alexander Noack Date: Sun, 5 Apr 2020 01:26:47 +0200 Subject: [PATCH 1/2] Fixed markdown in heading --- src/example/char_in.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/example/char_in.md b/src/example/char_in.md index cd4fb8c..aecbafc 100644 --- a/src/example/char_in.md +++ b/src/example/char_in.md @@ -1,4 +1,4 @@ -#```char_in``` +# ```char_in``` > Version: 1.0.20096.1 \ > Created On: Sun 05 Apr 2020 12:42:26 AM CEST \ From 57aee862e485c8c4b314962d09d567d97dcc56c4 Mon Sep 17 00:00:00 2001 From: Alexander Noack Date: Sun, 5 Apr 2020 01:28:36 +0200 Subject: [PATCH 2/2] Fixed typo --- src/example/char_in.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.