diff options
author | Jezz_X <jezzx2@gmail.com> | 2011-04-17 17:10:46 +1000 |
---|---|---|
committer | Jezz_X <jezzx2@gmail.com> | 2011-04-17 17:12:23 +1000 |
commit | a857a0c780336bd7e6f4a7a441733763ad09da02 (patch) | |
tree | e221c36cdf7fc23e4821bcfae02b7943826b4f46 /addons | |
parent | 286c998c8fdbf683e3272197ca8d6210921e326b (diff) |
Added: [Confluence] Skin Setting to Hide the "On Screen Keyboard" keys. Usefull for people who always use a hardware keyboard and don't want all that extra stuff
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/DialogKeyboard.xml | 88 | ||||
-rw-r--r-- | addons/skin.confluence/720p/custom_SkinSetting_1111.xml | 12 | ||||
-rw-r--r-- | addons/skin.confluence/language/English/strings.xml | 2 |
3 files changed, 101 insertions, 1 deletions
diff --git a/addons/skin.confluence/720p/DialogKeyboard.xml b/addons/skin.confluence/720p/DialogKeyboard.xml index 4b6b873b2d..6a041c30af 100644 --- a/addons/skin.confluence/720p/DialogKeyboard.xml +++ b/addons/skin.confluence/720p/DialogKeyboard.xml @@ -8,7 +8,95 @@ </coordinates> <controls> <control type="group"> + <posx>-65</posx> + <posy>100</posy> <include>VisibleFadeEffect</include> + <visible>Skin.HasSetting(HardwareKeyboard)</visible> + <visible>!Window.IsVisible(numericinput)</visible> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>890</width> + <height>160</height> + <texture border="40">DialogBack.png</texture> + </control> + <control type="image"> + <posx>80</posx> + <posy>10</posy> + <width>730</width> + <height>70</height> + <aspectratio>stretch</aspectratio> + <texture>GlassTitleBar.png</texture> + </control> + <control type="label" id="311"> + <description>dialog Heading</description> + <posx>20</posx> + <posy>20</posy> + <width>850</width> + <height>30</height> + <font>font13_title</font> + <textcolor>white</textcolor> + <shadowcolor>black</shadowcolor> + <align>center</align> + <aligny>center</aligny> + </control> + <control type="button"> + <description>Close Window button</description> + <posx>800</posx> + <posy>9</posy> + <width>64</width> + <height>32</height> + <label>-</label> + <font>-</font> + <onclick>PreviousMenu</onclick> + <texturefocus>DialogCloseButton-focus.png</texturefocus> + <texturenofocus>DialogCloseButton.png</texturenofocus> + <onleft>3</onleft> + <onright>3</onright> + <onup>3</onup> + <ondown>3</ondown> + <visible>system.getbool(input.enablemouse)</visible> + </control> + <control type="image"> + <posx>40</posx> + <posy>60</posy> + <width>660</width> + <height>50</height> + <aspectratio>stretch</aspectratio> + <texture border="20">KeyboardEditArea.png</texture> + </control> + <control type="label" id="310"> + <description>Edit Text</description> + <posx>45</posx> + <posy>60</posy> + <width>650</width> + <height>50</height> + <font>font13</font> + <align>left</align> + <aligny>center</aligny> + </control> + <control type="button" id="300"> + <description>DONE button</description> + <posx>710</posx> + <posy>60</posy> + <width>150</width> + <height>50</height> + <label>20177</label> + <onleft>57</onleft> + <onright>48</onright> + <onup>307</onup> + <ondown>302</ondown> + <texturenofocus border="3">KeyboardKeyNF.png</texturenofocus> + <texturefocus border="5">KeyboardKey.png</texturefocus> + <align>center</align> + <aligny>center</aligny> + <font>font13</font> + <focusedcolor>black</focusedcolor> + </control> + </control> + <control type="group"> + <include>VisibleFadeEffect</include> + <visible>!Skin.HasSetting(HardwareKeyboard)</visible> <visible>!Window.IsVisible(numericinput)</visible> <control type="image"> <posx>0</posx> diff --git a/addons/skin.confluence/720p/custom_SkinSetting_1111.xml b/addons/skin.confluence/720p/custom_SkinSetting_1111.xml index a41917de9d..54b50b7661 100644 --- a/addons/skin.confluence/720p/custom_SkinSetting_1111.xml +++ b/addons/skin.confluence/720p/custom_SkinSetting_1111.xml @@ -270,6 +270,18 @@ <onclick>Skin.ToggleSetting(HideBackGroundFanart)</onclick> <selected>Skin.HasSetting(HideBackGroundFanart)</selected> </control> + <control type="radiobutton" id="115"> + <width>750</width> + <height>40</height> + <font>font13</font> + <label>31121</label> + <textcolor>grey2</textcolor> + <focusedcolor>white</focusedcolor> + <texturefocus>MenuItemFO.png</texturefocus> + <texturenofocus>MenuItemNF.png</texturenofocus> + <onclick>Skin.ToggleSetting(HardwareKeyboard)</onclick> + <selected>Skin.HasSetting(HardwareKeyboard)</selected> + </control> <control type="label" id="104"> <width>750</width> <height>45</height> diff --git a/addons/skin.confluence/language/English/strings.xml b/addons/skin.confluence/language/English/strings.xml index b80e9e2dbc..8acad8be44 100644 --- a/addons/skin.confluence/language/English/strings.xml +++ b/addons/skin.confluence/language/English/strings.xml @@ -73,7 +73,7 @@ <string id="31118">Home Page Programs Submenu</string> <string id="31119">Hide Background Fanart</string> <string id="31120">BUTTON LABEL</string> - <string id="31121"></string> <!-- blanked 2010-11-12 --> + <string id="31121">Hide "On Screen keyboard" keys [COLOR=grey3](Hardware Keyboard)[/COLOR]</string> <string id="31122">Weather Page</string> <string id="31123">Use "Posters" instead of "Banners" for TV Shows</string> <string id="31124">Show Background "Now Playing" Video</string> |