Added missing run key from <system.button(str)>
This commit is contained in:
parent
9c9ae00f39
commit
b23c0455e6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue