diff options
author | WtGO <wtgo@wolftronics.hu> | 2017-09-30 14:24:41 +0200 |
---|---|---|
committer | WtGO <wtgo@wolftronics.hu> | 2017-09-30 14:24:41 +0200 |
commit | cd91fd8b3f2ce9beabeb21dfb92d7f4a0f6a8d91 (patch) | |
tree | 0d766efdd24ef3996e02f3692567100c0172787e /addons/skin.estouchy | |
parent | 1bca5092c50a5da20599a2edb7831a41e1066827 (diff) |
Updated hungarian.xml frequently used buttons add to keyboard layout
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> |