Files
UnrealEngineUWP/Engine/Config/Mac/BaseMacInput.ini
ben hoffman b75b0dc78e Add a toggle for the behavior of EKeys::Platform_Delete on Mac.
On a Mac keyboard pressing just "delete" will act as a "backspace" on windows or linux, and pressing "function+delete" will act as "delete" on windows or linux.

There is no behavioral change here, but it provides the option to change what it is and supports more platforms then just Mac.

#jira UE-190154
#rb zack.neyland

[CL 26810634 by ben hoffman in ue5-main branch]
2023-08-03 10:41:03 -04:00

8 lines
352 B
INI

[MacInput]
; This changes what EKeys::Platform_Delete will be set to on the Mac platform.
;
; If this is true (default), then EKeys::Platform_Delete will be EKeys::Backspace.
; If this is false, then EKeys::Platform_Delete will be set to EKeys::Delete.
;
; See FMacPlatformInput::GetPlatformDeleteKey for implementation
bPlatformDeleteIsBackspace=true