mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-22 22:06:02 +00:00
kvm tools, sdl: Fix "5" key
Use the right set2 scancode for the "5" key. Signed-off-by: Alessandro Guido <ag@alessandroguido.name> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
committed by
Will Deacon
parent
1819403689
commit
a022099de1
@@ -39,7 +39,7 @@ static const struct set2_scancode const keymap[255] = {
|
||||
[11] = DEFINE_SC(0x1e), /* 2 */
|
||||
[12] = DEFINE_SC(0x26), /* 3 */
|
||||
[13] = DEFINE_SC(0x25), /* 4 */
|
||||
[14] = DEFINE_SC(0x27), /* 5 */
|
||||
[14] = DEFINE_SC(0x2e), /* 5 */
|
||||
[15] = DEFINE_SC(0x36), /* 6 */
|
||||
[16] = DEFINE_SC(0x3d), /* 7 */
|
||||
[17] = DEFINE_SC(0x3e), /* 8 */
|
||||
|
||||
Reference in New Issue
Block a user