1
0
Fork 0

README: Make regex apply to NEOs as well

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2021-05-08 05:58:31 +00:00
parent 9d02c42414
commit d8ee20086b

View file

@ -79,7 +79,7 @@ For the FO Sidestick, use `side=2`
If you only want these bindings for the A320 family, If you only want these bindings for the A320 family,
add the following to the script: add the following to the script:
``` ```
if (string.match(getprop("/sim/aero"), "A3[12][0189]-*")) if (string.match(getprop("/sim/aero"), "A3[12][0189]*"))
{ {
<command-above> <command-above>
} }