Update utility.tscript

ctrl key bitmap shows in keybinds menu now
This commit is contained in:
Sir-Skurpsalot 2025-12-09 18:58:58 -07:00 committed by GitHub
parent 6526e87724
commit 083fe1e70f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";