mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
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…
x
Reference in New Issue
Block a user