diff options
author | ronie <ronie@users.noreply.github.com> | 2018-06-23 19:57:05 +0200 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2018-06-23 20:02:16 +0200 |
commit | 6e349e29d1fe66ff5fd33450f511a4411403932d (patch) | |
tree | 72abf7ab5dec4b360e9a1366c91d3beab233c655 /addons/skin.estuary/xml | |
parent | 81045d5a076b9d74362dba886fe2ece878e5b12e (diff) |
[Estuary] fix keyboard navigation
Diffstat (limited to 'addons/skin.estuary/xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogKeyboard.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/addons/skin.estuary/xml/DialogKeyboard.xml b/addons/skin.estuary/xml/DialogKeyboard.xml index 747e3a66a8..e0447c6c0f 100644 --- a/addons/skin.estuary/xml/DialogKeyboard.xml +++ b/addons/skin.estuary/xml/DialogKeyboard.xml @@ -145,14 +145,14 @@ </control> <control type="button" id="110"> <description>(0,10) key button</description> - <onup condition="!Integer.IsGreater(Container(9010).NumItems,0)">8</onup> + <onup condition="!Integer.IsGreater(Container(9010).NumItems,0)">170</onup> <onup condition="Integer.IsGreater(Container(9010).NumItems,0)">9010</onup> <ondown>130</ondown> <include>KeyboardButton</include> </control> <control type="button" id="111"> <description>(0,11) key button</description> - <onup condition="!Integer.IsGreater(Container(9010).NumItems,0)">8</onup> + <onup condition="!Integer.IsGreater(Container(9010).NumItems,0)">171</onup> <onup condition="Integer.IsGreater(Container(9010).NumItems,0)">9010</onup> <ondown>131</ondown> <include>KeyboardButton</include> @@ -239,7 +239,7 @@ </control> <control type="button" id="132"> <description>(1,12) key button</description> - <onup>112</onup> + <onup>172</onup> <ondown>152</ondown> <include>KeyboardButton</include> </control> @@ -400,19 +400,19 @@ <control type="button" id="170"> <description>(3,10) key button</description> <onup>150</onup> - <ondown>8</ondown> + <ondown>110</ondown> <include>KeyboardButton</include> </control> <control type="button" id="171"> <description>(3,11) key button</description> - <onup>501</onup> - <ondown>8</ondown> + <onup>151</onup> + <ondown>111</ondown> <include>KeyboardButton</include> </control> <control type="button" id="172"> <description>(3,12) key button</description> - <onup>502</onup> - <ondown>8</ondown> + <onup>152</onup> + <ondown>132</ondown> <include>KeyboardButton</include> </control> </control> |