By default, Alt-F4 does not work in a UDK game.
How would I go about adding unreal script to cause the game to exit to desktop upon Alt-F4?
Update
This is what I've tried:
; Primary default bindings .Bindings=(Name="F4",Command="exit",Alt=True) .Bindings=(Name="F10",Command="ToggleInventory") .Bindings=(Name="SpaceBar",Command="GBA_Jump")