1
0
Fork 0

Make instrument lighting key binding repeatable, as requested by

tk_jkg  on the forum.
This commit is contained in:
Stuart Buchanan 2012-03-06 20:45:54 +00:00
parent 39466571f4
commit 949dbd9161

View file

@ -255,6 +255,7 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
<key n="76"> <key n="76">
<name>L</name> <name>L</name>
<desc>Decrease Panel lighting</desc> <desc>Decrease Panel lighting</desc>
<repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>controls/lighting/instruments-norm</property> <property>controls/lighting/instruments-norm</property>
@ -267,6 +268,7 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
<key n="108"> <key n="108">
<name>l</name> <name>l</name>
<desc>Increase Panel lighting</desc> <desc>Increase Panel lighting</desc>
<repeatable>true</repeatable>
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property>controls/lighting/instruments-norm</property> <property>controls/lighting/instruments-norm</property>