Fix keyboard input for British keyboard layout
Before this change, the `\|` key would be treated the same as the `/?` on a UK keyboard layout. With this change, it should behave properly, assuming the guest is also set to use a UK keyboard.
This commit is contained in:
@@ -1070,7 +1070,7 @@ std::array<uint32_t, 256> x11_to_xt_2 {
|
||||
0x53,
|
||||
0x138,
|
||||
0x55,
|
||||
0x35,
|
||||
0x56,
|
||||
0x57,
|
||||
0x58,
|
||||
0x56,
|
||||
|
Reference in New Issue
Block a user