ctrl key bitmap shows in keybinds menu now
@@ -115,8 +115,7 @@ function getButtonBitmap(%device, %button)
{
if(%button $= "lshift" || %button $= "rshift")
%button = "shift";
-
- if(%button $= "lcontrol" || %button $= "rcontrol")
+ else if(%button $= "lcontrol" || %button $= "rcontrol")
%button = "ctrl";
%assetId = "UI:Keyboard_Black_" @ %button @ "_image";