Remove forced upper case hotkey display.
The default SDL2 names have fixed capitalisation.
This commit is contained in:
@@ -78,7 +78,7 @@ namespace OpenRA
|
||||
|
||||
public string DisplayString()
|
||||
{
|
||||
var ret = KeycodeExts.DisplayString(Key).ToUpper();
|
||||
var ret = KeycodeExts.DisplayString(Key);
|
||||
|
||||
if (Modifiers.HasModifier(Modifiers.Shift))
|
||||
ret = "Shift + " + ret;
|
||||
|
||||
Reference in New Issue
Block a user