Re: 777¤Î¥¹¥í¥Ã¥È¥ë
HiTouch
Åê¹Æ¿ô: 55
maru¤µ¤ó¡¡¤³¤ó¤Ë¤Á¤Ï¡£
HiTouch¤Ç¤¹¡£
¤¢¤Þ¤ê¥¹¥Þ¡¼¥È¤ÊÊýË¡¤Ç¤Ï¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢²¼µ¤ò»î¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£
¡data/Aircraft/777¥Õ¥©¥ë¥ÀÆâ¤Ë¤¢¤ë777-set-common.xml¤òÊÔ½¸¤·¤Þ¤¹¡£
¡¡¢¨¸å¤ÇÌ᤻¤ë¤è¤¦¤Ë¸µ¥Ç¡¼¥¿¤ÏÊݴɤ·¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£
¢657¹ÔÌܤˤ¢¤ë¼¡¤ÎʸÌ̤òõ¤·¤Æ¤¯¤À¤µ¤¤¡£¡£
<input n="0">
<keyboard>
[¤³¤³¤Ëµ½Ò¤¹¤ë]
¡¡¡¡¡¡¡¡<key n="127">
<name>Delete</name>
<desc>Toggle Reversers</desc>
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¦
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¦
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¦
£¾å¤Î[¤³¤³¤Ëµ½Ò¤¹¤ë]¤Î¾ì½ê¤Ë°Ê²¼¤òµ½Ò¤·¤Æ¤¯¤À¤µ¤¤¡£
<key n="51">
<name>3</name>
<desc>Decrease throttle or autopilot autothrottle</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>
controls.incThrottle(-0.1, -1.0)
</script>
</binding>
<mod-shift>
<desc>Look back right</desc>
<binding>
<command>property-assign</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<property>/sim/view/config/back-right-direction-deg</property>
</binding>
</mod-shift>
</key>
<key n="57">
<name>9</name>
<desc>Increase throttle or autopilot autothrottle</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>
controls.incThrottle(0.1, 1.0)
</script>
</binding>
<mod-shift>
<desc>Look front right</desc>
<binding>
<command>property-assign</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<property>/sim/view/config/front-right-direction-deg</property>
</binding>
</mod-shift>
</key>
<key n="360">
<name>PageUp</name>
<desc>Increase throttle or autopilot autothrottle</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>
controls.incThrottle(0.1, 1.0)
</script>
</binding>
<mod-shift>
<desc>Look front right</desc>
<binding>
<command>property-assign</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<property>/sim/view/config/front-right-direction-deg</property>
</binding>
</mod-shift>
</key>
<key n="361">
<name>PageDown</name>
<desc>Decrease throttle or autopilot autothrottle</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>
controls.incThrottle(-0.1, -1.0)
</script>
</binding>
<mod-shift>
<desc>Look back right</desc>
<binding>
<command>property-assign</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<property>/sim/view/config/back-right-direction-deg</property>
</binding>
</mod-shift>
</key>
¤Ê¸Ãæ¤Î"controls.incThrottle(-0.1, -1.0)"¤Ë¤¢¤ë-0.1¤Þ¤¿¤Ï0.1¤¬¥Ô¥Ã¥Á¤Ë¤Ê¤ê¤Þ¤¹¡£
¡¡½é´üÃͤÏ-0.01¤Þ¤¿¤Ï0.01¤Ç-1¤Þ¤¿¤Ï1¤Ë¤Ê¤ë¤Þ¤Ç¤Î£±£°£°Ãʳ¬¤Ç¤¹¡£
¡¡¤è¤Ã¤Æµ½Ò¤Î-0.1¤Þ¤¿¤Ï0.1¤Î¾ì¹ç£±£°Ãʳ¬¤Ë¤Ê¤ê¤Þ¤¹¡£
¡¡¤³¤ÎÃͤòÀßÄꤹ¤ë¤³¤È¤Ç®¤µ¤òÄ´Àá¤Ç¤¤Þ¤¹¤¬¡¢ÅöÁ³ÈùÄ´À°¤¬Æñ¤·¤¯¤Ê¤ê¤Þ¤¹¡£
¡¡9,3¥¡¼¤«PageUP/Down¤ò»È¤¦¤«¤Ç¥Ô¥Ã¥Á¤ò°Û¤Ê¤ë¤è¤¦¤Ë¤¹¤ë¤Î¤â¤¤¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£
HiTouch¤Ç¤¹¡£
¤¢¤Þ¤ê¥¹¥Þ¡¼¥È¤ÊÊýË¡¤Ç¤Ï¤Ê¤¤¤Î¤Ç¤¹¤¬¡¢²¼µ¤ò»î¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£
¡data/Aircraft/777¥Õ¥©¥ë¥ÀÆâ¤Ë¤¢¤ë777-set-common.xml¤òÊÔ½¸¤·¤Þ¤¹¡£
¡¡¢¨¸å¤ÇÌ᤻¤ë¤è¤¦¤Ë¸µ¥Ç¡¼¥¿¤ÏÊݴɤ·¤Æ¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£
¢657¹ÔÌܤˤ¢¤ë¼¡¤ÎʸÌ̤òõ¤·¤Æ¤¯¤À¤µ¤¤¡£¡£
<input n="0">
<keyboard>
[¤³¤³¤Ëµ½Ò¤¹¤ë]
¡¡¡¡¡¡¡¡<key n="127">
<name>Delete</name>
<desc>Toggle Reversers</desc>
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¦
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¦
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¦
£¾å¤Î[¤³¤³¤Ëµ½Ò¤¹¤ë]¤Î¾ì½ê¤Ë°Ê²¼¤òµ½Ò¤·¤Æ¤¯¤À¤µ¤¤¡£
<key n="51">
<name>3</name>
<desc>Decrease throttle or autopilot autothrottle</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>
controls.incThrottle(-0.1, -1.0)
</script>
</binding>
<mod-shift>
<desc>Look back right</desc>
<binding>
<command>property-assign</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<property>/sim/view/config/back-right-direction-deg</property>
</binding>
</mod-shift>
</key>
<key n="57">
<name>9</name>
<desc>Increase throttle or autopilot autothrottle</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>
controls.incThrottle(0.1, 1.0)
</script>
</binding>
<mod-shift>
<desc>Look front right</desc>
<binding>
<command>property-assign</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<property>/sim/view/config/front-right-direction-deg</property>
</binding>
</mod-shift>
</key>
<key n="360">
<name>PageUp</name>
<desc>Increase throttle or autopilot autothrottle</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>
controls.incThrottle(0.1, 1.0)
</script>
</binding>
<mod-shift>
<desc>Look front right</desc>
<binding>
<command>property-assign</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<property>/sim/view/config/front-right-direction-deg</property>
</binding>
</mod-shift>
</key>
<key n="361">
<name>PageDown</name>
<desc>Decrease throttle or autopilot autothrottle</desc>
<repeatable type="bool">true</repeatable>
<binding>
<command>nasal</command>
<script>
controls.incThrottle(-0.1, -1.0)
</script>
</binding>
<mod-shift>
<desc>Look back right</desc>
<binding>
<command>property-assign</command>
<property>/sim/current-view/goal-heading-offset-deg</property>
<property>/sim/view/config/back-right-direction-deg</property>
</binding>
</mod-shift>
</key>
¤Ê¸Ãæ¤Î"controls.incThrottle(-0.1, -1.0)"¤Ë¤¢¤ë-0.1¤Þ¤¿¤Ï0.1¤¬¥Ô¥Ã¥Á¤Ë¤Ê¤ê¤Þ¤¹¡£
¡¡½é´üÃͤÏ-0.01¤Þ¤¿¤Ï0.01¤Ç-1¤Þ¤¿¤Ï1¤Ë¤Ê¤ë¤Þ¤Ç¤Î£±£°£°Ãʳ¬¤Ç¤¹¡£
¡¡¤è¤Ã¤Æµ½Ò¤Î-0.1¤Þ¤¿¤Ï0.1¤Î¾ì¹ç£±£°Ãʳ¬¤Ë¤Ê¤ê¤Þ¤¹¡£
¡¡¤³¤ÎÃͤòÀßÄꤹ¤ë¤³¤È¤Ç®¤µ¤òÄ´Àá¤Ç¤¤Þ¤¹¤¬¡¢ÅöÁ³ÈùÄ´À°¤¬Æñ¤·¤¯¤Ê¤ê¤Þ¤¹¡£
¡¡9,3¥¡¼¤«PageUP/Down¤ò»È¤¦¤«¤Ç¥Ô¥Ã¥Á¤ò°Û¤Ê¤ë¤è¤¦¤Ë¤¹¤ë¤Î¤â¤¤¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£
Åêɼ¿ô:16
Ê¿¶ÑÅÀ:5.00
Åê¹Æ¥Ä¥ê¡¼
-
777¤Î¥¹¥í¥Ã¥È¥ë
(maru, 2015-9-8 21:05)
- Re: 777¤Î¥¹¥í¥Ã¥È¥ë (HiTouch, 2015-9-12 0:58)