mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-12 09:54:36 +01:00
Left and right arrows were swapped.
This commit is contained in:
parent
c6b08f89ba
commit
e1b8bda24f
@ -121,10 +121,10 @@ static int MapKeyData2AppleKey(EFI_KEY_DATA* KeyData, APPLE_KEY_CODE* pKey, UINT
|
||||
*pKey = 0x7051;
|
||||
return 1;
|
||||
case 0x03: // left arrow
|
||||
*pKey = 0x7050;
|
||||
*pKey = 0x704F;
|
||||
return 1;
|
||||
case 0x04: // right arrow
|
||||
*pKey = 0x704F;
|
||||
*pKey = 0x7050;
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user