FreeBSD bhyve keyboard layout patch
Revisão | 50074a7c9af3fe95aabc2dcdaabdad43e8062c73 (tree) |
---|---|
Hora | 2021-05-30 20:04:05 |
Autor | Koine Yuusuke(koinec) <koinec@user...> |
Commiter | Koine Yuusuke(koinec) |
Correct "Key" in the delimiter line of the layout configuration file to "Keys". (To fix the problem I received in https://reviews.freebsd.org/D29473)
@@ -21,7 +21,7 @@ | ||
21 | 21 | # US keyboard settings. |
22 | 22 | |
23 | 23 | |
24 | -# Alphabet/Number/Sign Key ---------------------------------------------------- | |
24 | +# Alphabet/Number/Sign Keys --------------------------------------------------- | |
25 | 25 | # Format: |
26 | 26 | # 'Chr',ScanCode(Hex); <Comment> |
27 | 27 | # or |
@@ -145,7 +145,7 @@ | ||
145 | 145 | # '~',0x0e; ~ (0x7e) |
146 | 146 | |
147 | 147 | |
148 | -# Functional Key -------------------------------------------------------------- | |
148 | +# Functional Keys ------------------------------------------------------------- | |
149 | 149 | # Format: |
150 | 150 | # Xorg KeySym(Hex:2Byte),ScanCode(Hex); <Comment> |
151 | 151 | # or |
@@ -236,7 +236,7 @@ | ||
236 | 236 | # 0xff9f,0x71; Keypad del |
237 | 237 | |
238 | 238 | |
239 | -# Language Specific Key -------------------------------------------------------- | |
239 | +# Language Specific Keys ------------------------------------------------------- | |
240 | 240 | # |
241 | 241 | # If a key not exist in the US keyboard is added to the keyboard of each language, |
242 | 242 | # it is necessary to add the combination of Xorg KeySym and ScanCode of the |
@@ -5,7 +5,7 @@ | ||
5 | 5 | # |
6 | 6 | # $FreeBSD$ |
7 | 7 | |
8 | -# Alphabet/Number/Sign Key ---------------------------------------------------- | |
8 | +# Alphabet/Number/Sign Keys --------------------------------------------------- | |
9 | 9 | '"',0x1e; " (0x22) |
10 | 10 | '&',0x36; & (0x26) |
11 | 11 | ''',0x3d; ' (0x27) |
@@ -27,7 +27,7 @@ | ||
27 | 27 | '}',0x5d; } (0x7d) |
28 | 28 | '~',0x55; ~ (0x7e) |
29 | 29 | |
30 | -# Language Specific Key ------------------------------------------------------- | |
30 | +# Language Specific Keys ------------------------------------------------------ | |
31 | 31 | 0xff2a,0x0e; Hankaku/Zenkaku|Kanji |
32 | 32 | 0xffe5,0x58; CapsLock |
33 | 33 | 0xff22,0x67; Muhenkan |
@@ -5,7 +5,7 @@ | ||
5 | 5 | # |
6 | 6 | # $FreeBSD$ |
7 | 7 | |
8 | -# Alphabet/Number/Sign Key ---------------------------------------------------- | |
8 | +# Alphabet/Number/Sign Keys --------------------------------------------------- | |
9 | 9 | '"',0x1e; " (0x22) |
10 | 10 | '&',0x36; & (0x26) |
11 | 11 | ''',0x3d; ' (0x27) |
@@ -27,7 +27,7 @@ | ||
27 | 27 | '}',0x5d; } (0x7d) |
28 | 28 | '~',0x55; ~ (0x7e) |
29 | 29 | |
30 | -# Language Specific Key ------------------------------------------------------- | |
30 | +# Language Specific Keys ------------------------------------------------------ | |
31 | 31 | 0xff2a,0x0e; Hankaku/Zenkaku|Kanji |
32 | 32 | 0xffe5,0x58; CapsLock |
33 | 33 | 0xff22,0x67; Muhenkan |