1
0
Fork 0

Modified so that the integer and decimal parts of frequencies are

controlled separately, and COM uses the correct range.
This commit is contained in:
david 2002-12-30 19:48:04 +00:00
parent cf334a4c01
commit f051bfcc49

View file

@ -274,7 +274,7 @@ properties' values.
<actions> <actions>
<action> <action>
<name>small nav frequency decrease</name> <name>nav frequency decrease (decimal part)</name>
<button>0</button> <button>0</button>
<x>96</x> <x>96</x>
<y>-32</y> <y>-32</y>
@ -283,15 +283,16 @@ properties' values.
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property alias="../../../../params/nav-freq-standby-prop"/> <property alias="../../../../params/nav-freq-standby-prop"/>
<mask>decimal</mask>
<step>-0.05</step> <step>-0.05</step>
<min>108.0</min> <min>0.00</min>
<max>117.95</max> <max>0.95</max>
<wrap>1</wrap> <wrap>true</wrap>
</binding> </binding>
</action> </action>
<action> <action>
<name>large nav frequency decrease</name> <name>nav frequency decrease (integer part)</name>
<button>1</button> <button>1</button>
<x>96</x> <x>96</x>
<y>-32</y> <y>-32</y>
@ -300,15 +301,16 @@ properties' values.
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property alias="../../../../params/nav-freq-standby-prop"/> <property alias="../../../../params/nav-freq-standby-prop"/>
<step>-0.5</step> <mask>integer</mask>
<min>108.0</min> <step>-1</step>
<max>117.95</max> <min>108</min>
<wrap>1</wrap> <max>117</max>
<wrap>true</wrap>
</binding> </binding>
</action> </action>
<action> <action>
<name>small nav frequency increase</name> <name>nav frequency increase (decimal part)</name>
<button>0</button> <button>0</button>
<x>112</x> <x>112</x>
<y>-32</y> <y>-32</y>
@ -317,15 +319,16 @@ properties' values.
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property alias="../../../../params/nav-freq-standby-prop"/> <property alias="../../../../params/nav-freq-standby-prop"/>
<mask>decimal</mask>
<step>0.05</step> <step>0.05</step>
<min>108.0</min> <min>0.00</min>
<max>117.95</max> <max>0.95</max>
<wrap>1</wrap> <wrap>true</wrap>
</binding> </binding>
</action> </action>
<action> <action>
<name>large nav frequency increase</name> <name>nav frequency increase (integer part)</name>
<button>1</button> <button>1</button>
<x>112</x> <x>112</x>
<y>-32</y> <y>-32</y>
@ -334,16 +337,17 @@ properties' values.
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property alias="../../../../params/nav-freq-standby-prop"/> <property alias="../../../../params/nav-freq-standby-prop"/>
<step>0.5</step> <mask>integer</mask>
<min>108.0</min> <step>1</step>
<max>117.95</max> <min>108</min>
<wrap>1</wrap> <max>117</max>
<wrap>true</wrap>
</binding> </binding>
</action> </action>
<action> <action>
<name>small com frequency decrease</name> <name>com frequency decrease (decimal part)</name>
<button>0</button> <button>0</button>
<x>-36</x> <x>-36</x>
<y>-32</y> <y>-32</y>
@ -352,15 +356,16 @@ properties' values.
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property alias="../../../../params/comm-freq-standby-prop"/> <property alias="../../../../params/comm-freq-standby-prop"/>
<mask>decimal</mask>
<step>-0.025</step> <step>-0.025</step>
<min>0.0</min> <min>0.000</min>
<max>140.0</max> <max>0.975</max>
<wrap>1</wrap> <wrap>true</wrap>
</binding> </binding>
</action> </action>
<action> <action>
<name>large com frequency decrease</name> <name>com frequency decrease (integer part)</name>
<button>1</button> <button>1</button>
<x>-36</x> <x>-36</x>
<y>-32</y> <y>-32</y>
@ -369,15 +374,16 @@ properties' values.
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property alias="../../../../params/comm-freq-standby-prop"/> <property alias="../../../../params/comm-freq-standby-prop"/>
<step>-1.0</step> <mask>integer</mask>
<min>0.0</min> <step>-1</step>
<max>140.0</max> <min>118</min>
<wrap>1</wrap> <max>135</max>
<wrap>true</wrap>
</binding> </binding>
</action> </action>
<action> <action>
<name>small com frequency increase</name> <name>com frequency increase (decimal part)</name>
<button>0</button> <button>0</button>
<x>-20</x> <x>-20</x>
<y>-32</y> <y>-32</y>
@ -386,15 +392,16 @@ properties' values.
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property alias="../../../../params/comm-freq-standby-prop"/> <property alias="../../../../params/comm-freq-standby-prop"/>
<mask>decimal</mask>
<step>0.025</step> <step>0.025</step>
<min>0.0</min> <min>0.000</min>
<max>140.0</max> <max>0.975</max>
<wrap>1</wrap> <wrap>true</wrap>
</binding> </binding>
</action> </action>
<action> <action>
<name>large com frequency increase</name> <name>com frequency increase (integer part)</name>
<button>1</button> <button>1</button>
<x>-20</x> <x>-20</x>
<y>-32</y> <y>-32</y>
@ -403,14 +410,14 @@ properties' values.
<binding> <binding>
<command>property-adjust</command> <command>property-adjust</command>
<property alias="../../../../params/comm-freq-standby-prop"/> <property alias="../../../../params/comm-freq-standby-prop"/>
<step>1.0</step> <mask>integer</mask>
<min>0.0</min> <step>1</step>
<max>140.0</max> <min>118</min>
<wrap>1</wrap> <max>135</max>
<wrap>true</wrap>
</binding> </binding>
</action> </action>
<action> <action>
<name>swap nav frequencies</name> <name>swap nav frequencies</name>
<button>0</button> <button>0</button>