replaced the scan code for Home with the correct scan code

This commit is contained in:
Mat Sz 2020-11-30 18:26:18 +01:00 committed by Fabian
parent 15ff296628
commit a1ffe6ef7f

View file

@ -213,7 +213,7 @@ function KeyboardAdapter(bus)
"NumpadDivide": 0xe035,
//"PrintScreen": 0x0063,
"AltRight": 0xe038,
"Home": 0xe04f,
"Home": 0xe047,
"ArrowUp": 0xe048,
"PageUp": 0xe049,
"ArrowLeft": 0xe04b,