diff --git a/Platform/OpenCore/OpenCoreUefi.c b/Platform/OpenCore/OpenCoreUefi.c index 8c47eee7a0d..2b4ceb84946 100644 --- a/Platform/OpenCore/OpenCoreUefi.c +++ b/Platform/OpenCore/OpenCoreUefi.c @@ -389,7 +389,8 @@ OcLoadUefiInputSupport ( Status = OcAppleGenericInputKeycodeInit ( KeyMode, Config->Uefi.Input.KeyForgetThreshold, - Config->Uefi.Input.KeyMergeThreshold + Config->Uefi.Input.KeyMergeThreshold, + Config->Uefi.Input.KeySwap ); if (EFI_ERROR (Status)) { DEBUG ((DEBUG_ERROR, "OCGI: Failed to initialize keycode\n"));