diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | src/atKeynames.h | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -10,7 +10,7 @@ Xorg mailing list: https://lists.x.org/mailman/listinfo/xorg -The master development code repository can be found at: +The primary development code repository can be found at: https://gitlab.freedesktop.org/xorg/driver/xf86-input-keyboard diff --git a/src/atKeynames.h b/src/atKeynames.h index d114753..64e3554 100644 --- a/src/atKeynames.h +++ b/src/atKeynames.h @@ -75,7 +75,7 @@ * Set2 sends a makecode for keypress, and the same code prefixed by a * F0 for keyrelease. This is a little bit ugly to handle. Thus we use * here for X386 the PC/XT compatible Set1. This set uses 8bit scancodes. - * Bit 7 ist set if the key is released. The code E0 switches to a + * Bit 7 is set if the key is released. The code E0 switches to a * different meaning to add the new MF cursorkeys, while not breaking old * applications. E1 is another special prefix. Since I assume that there * will be further versions of PC/XT scancode compatible keyboards, we @@ -183,7 +183,7 @@ #define KEY_F12 /* F12 0x58 */ 88 #define KEY_Prefix0 /* special 0x60 */ 96 -#define KEY_Prefix1 /* specail 0x61 */ 97 +#define KEY_Prefix1 /* special 0x61 */ 97 /* * The 'scancodes' below are generated by the server, because the MF101/102 |
