mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-15 07:27:42 -04:00
Support for : in keyboard
This commit is contained in:
parent
83cdf86326
commit
aa8a6ffb23
@ -61,7 +61,7 @@ char shifted_qwertz[128] = {
|
|||||||
'A', 'S', 'D', 'F', 'G', 'H', 'J', 'K', 'L', ';', /* 39 */
|
'A', 'S', 'D', 'F', 'G', 'H', 'J', 'K', 'L', ';', /* 39 */
|
||||||
'\'', '`', 0, /* Left shift */
|
'\'', '`', 0, /* Left shift */
|
||||||
'\\', 'Y', 'X', 'C', 'V', 'B', 'N', /* 49 */
|
'\\', 'Y', 'X', 'C', 'V', 'B', 'N', /* 49 */
|
||||||
'M', ',', '.', '/', 0, /* Right shift */
|
'M', ',', ':', '/', 0, /* Right shift */
|
||||||
'*',
|
'*',
|
||||||
0, /* Alt */
|
0, /* Alt */
|
||||||
' ', /* Space bar */
|
' ', /* Space bar */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user