Added missing run key from <system.button(str)>
This commit is contained in:
parent
9c9ae00f39
commit
b23c0455e6
|
@ -70,6 +70,8 @@
|
||||||
key = KeyBindings.LightKey
|
key = KeyBindings.LightKey
|
||||||
Case "hidegui"
|
Case "hidegui"
|
||||||
key = KeyBindings.GUIControlKey
|
key = KeyBindings.GUIControlKey
|
||||||
|
Case "run"
|
||||||
|
key = KeyBindings.RunKey
|
||||||
End Select
|
End Select
|
||||||
If key <> Nothing Then
|
If key <> Nothing Then
|
||||||
buttonName = KeyBindings.GetKeyName(key)
|
buttonName = KeyBindings.GetKeyName(key)
|
||||||
|
|
Loading…
Reference in New Issue