diff options
author | ronie <ronie@users.noreply.github.com> | 2018-03-27 19:01:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-27 19:01:30 +0200 |
commit | 3c55840cfdeac270e5d9b1dc5302ee0c78ea570c (patch) | |
tree | 4dfef4fa9db34253a9982efadccf687bd8dffefb /addons/skin.estouchy | |
parent | 4fb7e0a00199020941663c4e866faf9dd8973088 (diff) | |
parent | cd91fd8b3f2ce9beabeb21dfb92d7f4a0f6a8d91 (diff) |
Merge pull request #12860 from Wolftronics-SBC/master
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> |