Added missing run key from <system.button(str)>

This commit is contained in:
JappaWakka 2023-05-02 11:26:14 +02:00
parent 9c9ae00f39
commit b23c0455e6
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@
key = KeyBindings.LightKey
Case "hidegui"
key = KeyBindings.GUIControlKey
Case "run"
key = KeyBindings.RunKey
End Select
If key <> Nothing Then
buttonName = KeyBindings.GetKeyName(key)