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