1
0
Fork 0

Sim: Fix broken keyboard MCDU input with CTRL+K

This commit is contained in:
Josh Davidson 2020-04-21 13:48:24 -04:00
parent 1a0e064b21
commit 69563b1b15
9 changed files with 20230 additions and 20298 deletions

View file

@ -1492,15 +1492,17 @@
</binding>
</key>
<key n="11">
<name>Toggle keyboard mode</name>
<desc>Ctrl + k</desc>
<name>Disable MCDU keyboard mode</name>
<desc>Ctrl+k</desc>
<binding>
<command>property-toggle</command>
<property>FMGC/keyboard-left</property>
<command>property-assign</command>
<property>/FMGC/keyboard-left</property>
<value>0</value>
</binding>
<binding>
<command>property-toggle</command>
<property>FMGC/keyboard-right</property>
<command>property-assign</command>
<property>/FMGC/keyboard-right</property>
<value>0</value>
</binding>
</key>
<key n="24">

View file

@ -125,7 +125,7 @@
</text>
<text>
<halign>left</halign>
<label>CTRL + K - Toggle MCDU keyboard input</label>
<label>CTRL + K - Disable MCDU keyboard input</label>
</text>
</group>

View file

@ -18,6 +18,24 @@
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>KBMode.Toggle</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-assign</command>
<property>/FMGC/keyboard-right</property>
<value>0</value>
</binding>
<binding>
<command>property-toggle</command>
<property>/FMGC/keyboard-left</property>
</binding>
</action>
</animation>
<animation>
<type>material</type>

View file

@ -18,6 +18,24 @@
</binding>
</action>
</animation>
<animation>
<type>pick</type>
<object-name>KBMode.Toggle</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-assign</command>
<property>/FMGC/keyboard-left</property>
<value>0</value>
</binding>
<binding>
<command>property-toggle</command>
<property>/FMGC/keyboard-right</property>
</binding>
</action>
</animation>
<animation>
<type>material</type>

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -24,6 +24,11 @@
<legend>Toggle Keyboard Input</legend>
<live>true</live>
<property>/FMGC/keyboard-left</property>
<binding>
<command>property-assign</command>
<property>/FMGC/keyboard-right</property>
<value>0</value>
</binding>
<binding>
<command>property-toggle</command>
<property>/FMGC/keyboard-left</property>

View file

@ -24,6 +24,11 @@
<legend>Toggle Keyboard Input</legend>
<live>true</live>
<property>/FMGC/keyboard-right</property>
<binding>
<command>property-assign</command>
<property>/FMGC/keyboard-left</property>
<value>0</value>
</binding>
<binding>
<command>property-toggle</command>
<property>/FMGC/keyboard-right</property>

View file

@ -1 +1 @@
25
26