gui/dialogs/map.xml: added 'Pan with keys' button.
Checked by default. If unchanged, cursor keys are ignored instead of panning the map; e.g. this allows them to be used with autopilot. This requires associated flightgear commit.
This commit is contained in:
parent
e70a4c228c
commit
7a93a630ae
1 changed files with 13 additions and 0 deletions
|
@ -239,6 +239,19 @@ command interface /autopilot/route-manager/input:
|
|||
</binding>
|
||||
</checkbox>
|
||||
|
||||
<checkbox>
|
||||
<label>Pan with keys</label>
|
||||
<halign>left</halign>
|
||||
<property>/gui/map/key-pan</property>
|
||||
<live>true</live>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>property-toggle</command>
|
||||
</binding>
|
||||
</checkbox>
|
||||
|
||||
<empty><stretch>true</stretch></empty>
|
||||
|
||||
<button>
|
||||
|
|
Loading…
Reference in a new issue