Archive:Unbranded MCE remote: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Vyasa
No edit summary
>Palthron
(Tabulized commands list)
Line 62: Line 62:




 
XML above tabulated :
<pre>
&lt;keyboard&gt;
    &lt;one mod="ctrl,alt"&gt;    CustomAction01    (Key Pressed, Ctrl+Alt+1)        &lt;/one&gt;              &lt;!-- Green --&gt;
    &lt;two mod="ctrl,alt"&gt;    CustomAction02    (Key Pressed, Ctrl+Alt+2)        &lt;/two&gt;              &lt;!-- Orange --&gt;
    &lt;three mod="ctrl,alt"&gt;  CustomAction03    (Key Pressed, Ctrl+Alt+3)        &lt;/three&gt;            &lt;!-- Blue --&gt;
    &lt;four mod="ctrl,alt"&gt;  CustomAction04    (Key Pressed, Ctrl+Alt+4)        &lt;/four&gt;            &lt;!-- Yellow --&gt;
    &lt;f4 mod="alt"&gt;          CustomAction05    (Key Pressed, Alt+F4)            &lt;/f4&gt;              &lt;!-- X Button--&gt;
    &lt;o mod="ctrl"&gt;          CustomAction06    (Key Pressed, Ctrl+O)            &lt;/o&gt;                &lt;!-- Open File button--&gt;
    &lt;leftwindows&gt;          CustomAction07    (Key Pressed, Left Windows Key)  &lt;/leftwindows&gt;      &lt;!-- Windows Button --&gt;
    &lt;launch_mail&gt;          CustomAction08    (Key Pressed, Launch Mail)      &lt;/launch_mail&gt;      &lt;!-- Mail Button --&gt;
    &lt;browser_home&gt;          CustomAction09    (Key Pressed, Launch Browser)    &lt;/browser_home&gt;    &lt;!-- IE Button --&gt;
    &lt;d mod="leftwindows"&gt;  CustomAction10    (Key Pressed, LeftWin+D)        &lt;/d&gt;                &lt;!-- Desktop Button --&gt;
    &lt;e mod="leftwindows"&gt;  CustomAction11    (Key Pressed, LeftWin+E)        &lt;/e&gt;                &lt;!-- My Computer Button --&gt;
    &lt;tab mod="alt"&gt;        CustomAction12    (Key Pressed, Alt+Tab)          &lt;/tab&gt;              &lt;!-- Switch Windows Button --&gt;
    &lt;return mod="alt"&gt;      CustomAction13    (Key Pressed, Alt+Return)        &lt;/return&gt;          &lt;!-- Full Screen Button --&gt;
&lt;/keyboard&gt;
</pre>
And yes, sometimes between then and now, the command for color button changes. '''f1''', '''f2''', '''f3''', and '''f4''' becomes '''one''', '''two''', '''three''', and '''four''' caused by ''keyboard.xml'' auto update from the repository.


}}
}}

Revision as of 19:19, 1 June 2012