diff options
Diffstat (limited to 'addons/skin.estouchy')
-rw-r--r-- | addons/skin.estouchy/xml/DialogKeyboard.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/DialogKeyboard.xml b/addons/skin.estouchy/xml/DialogKeyboard.xml index 11dcb8edb0..7c723f977a 100644 --- a/addons/skin.estouchy/xml/DialogKeyboard.xml +++ b/addons/skin.estouchy/xml/DialogKeyboard.xml @@ -277,6 +277,12 @@ <ondown>151</ondown> <include>KeyboardButton</include> </control> + <control type="button" id="132"> + <description>(1,12) key button</description> + <onup>112</onup> + <ondown>152</ondown> + <include>KeyboardButton</include> + </control> <control type="group"> <posx>0</posx> <posy>0</posy> @@ -386,6 +392,12 @@ <ondown>171</ondown> <include>KeyboardButton</include> </control> + <control type="button" id="152"> + <description>(2,12) key button</description> + <onup>132</onup> + <ondown>172</ondown> + <include>KeyboardButton</include> + </control> <control type="togglebutton" id="303"> <description>CAPS LOCK button</description> <posx>0</posx> @@ -483,6 +495,12 @@ <ondown>306</ondown> <include>KeyboardButton</include> </control> + <control type="button" id="172"> + <description>(3,12) key button</description> + <onup>152</onup> + <ondown>307</ondown> + <include>KeyboardButton</include> + </control> <control type="group"> <posx>0</posx> <posy>0</posy> |