Make instrument lighting key binding repeatable, as requested by
tk_jkg on the forum.
This commit is contained in:
parent
39466571f4
commit
949dbd9161
1 changed files with 2 additions and 0 deletions
|
@ -255,6 +255,7 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
|
|||
<key n="76">
|
||||
<name>L</name>
|
||||
<desc>Decrease Panel lighting</desc>
|
||||
<repeatable>true</repeatable>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>controls/lighting/instruments-norm</property>
|
||||
|
@ -267,6 +268,7 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
|
|||
<key n="108">
|
||||
<name>l</name>
|
||||
<desc>Increase Panel lighting</desc>
|
||||
<repeatable>true</repeatable>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<property>controls/lighting/instruments-norm</property>
|
||||
|
|
Loading…
Reference in a new issue