diff options
Diffstat (limited to '')
-rw-r--r-- | gui/devices/1080x1920/res/ui.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/devices/1080x1920/res/ui.xml b/gui/devices/1080x1920/res/ui.xml index 3ab69a6ed..c336dbade 100644 --- a/gui/devices/1080x1920/res/ui.xml +++ b/gui/devices/1080x1920/res/ui.xml @@ -101,6 +101,7 @@ <variable name="text_success_color" value="#33B5E5" /> <variable name="text_fail_color" value="#FF0101" /> <variable name="highlight_color" value="#90909080" /> + <variable name="caps_highlight_color" value="#33B5E580" /> <variable name="home_button_x" value="10" /> <variable name="home_button_y" value="1839" /> <variable name="back_button_x" value="944" /> @@ -368,6 +369,7 @@ <placement x="0" y="1200" /> <layout resource1="keyboard1" resource2="keyboard2" resource3="keyboard3" resource4="keyboard4" /> <highlight color="%highlight_color%" /> + <capshighlight color="%caps_highlight_color%" /> <layout1> <keysize height="161" width="108" /> <row1 key01="q" long01="1" key02="w" long02="2" key03="e" long03="3" key04="r" long04="4" key05="t" long05="5" key06="y" long06="6" key07="u" long07="7" key08="i" long08="8" key09="o" long09="9" key10="p" long10="0" /> @@ -376,7 +378,7 @@ <row4 key01="162:layout3" key02="108:c:47" key03="108:" key04="432: " key05="." key06="162:action" /> </layout1> <layout2> - <keysize height="161" width="108" /> + <keysize height="161" width="108" capslock="0" revert_layout="1" /> <row1 key01="Q" long01="1" key02="W" long02="2" key03="E" long03="3" key04="R" long04="4" key05="T" long05="5" key06="Y" long06="6" key07="U" long07="7" key08="I" long08="8" key09="O" long09="9" key10="P" long10="0" /> <row2 key01="162:A" long01="@" key02="S" long02="#" key03="D" long03="$" key04="F" long04="%" key05="G" long05="&" key06="H" long06="*" key07="J" long07="-" key08="K" long08="+" key09="162:L" long09="_" /> <row3 key01="162:layout1" key02="Z" long02="!" key03="X" key04="C" long04="'" key05="V" long05=":" key06="B" long06=";" key07="N" long07="/" key08="M" long08="?" key09="162:c:8" /> |