mirror of
https://github.com/correl/Transmission-XBMC.git
synced 2024-11-21 19:18:41 +00:00
Added more keyboard navigation between the exit button and other controls
This commit is contained in:
parent
3839c218b7
commit
25bb52f61a
1 changed files with 4 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
|||
<font>font12_title</font>
|
||||
<onright>120</onright>
|
||||
<onup>115</onup>
|
||||
<ondown>117</ondown>
|
||||
<ondown>118</ondown>
|
||||
<texturefocus>startall-focus.png</texturefocus>
|
||||
<texturenofocus>startall-nofocus.png</texturenofocus>
|
||||
</control>
|
||||
|
@ -189,6 +189,7 @@
|
|||
<visible>true</visible>
|
||||
<onleft>111</onleft>
|
||||
<onright>117</onright>
|
||||
<onup>117</onup>
|
||||
<pagecontrol>121</pagecontrol>
|
||||
<itemlayout width="560" height="70">
|
||||
<control type="image">
|
||||
|
@ -287,6 +288,8 @@
|
|||
<texturefocus>DialogCloseButton-focus.png</texturefocus>
|
||||
<texturenofocus>DialogCloseButton.png</texturenofocus>
|
||||
<visible>system.getbool(input.enablemouse)</visible>
|
||||
<onleft>111</onleft>
|
||||
<ondown>120</ondown>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
||||
|
|
Loading…
Reference in a new issue