home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
GeckoBrowser v0.1 [21-04-2010] *NEW*
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="orencha" data-source="post: 642844" data-attributes="member: 11329"><p>I had the same problem with MCE remote.</p><p>To solve the problem, I configured key mapping (on the "MP Control Plugin" settings).</p><p>By default, remote keys actions are mapped as keystrokes.</p><p>I've created for each key (0, 1, 2..., 9) a mapping for the "Remote Key 0", "Remote Key 1", etc.</p><p>Since the UI is buggy I had to modify the file <strong>MPControlPlugin.xml</strong> directly and change some lines to:</p><p></p><p>[CODE]</p><p> <button name="1" code="1"></p><p> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="38" /></p><p> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="59" sound="click.wav" /></p><p> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="49" cmdkeycode="0" sound="click.wav" /></p><p> </button></p><p> <button name="2" code="2"></p><p> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="39" /></p><p> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="60" sound="click.wav" /></p><p> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="50" cmdkeycode="0" sound="click.wav" /></p><p> </button></p><p> <button name="3" code="3"></p><p> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="40" /></p><p> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="61" sound="click.wav" /></p><p> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="51" cmdkeycode="0" sound="click.wav" /></p><p> </button></p><p> <button name="4" code="4"></p><p> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="41" /></p><p> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="62" sound="click.wav" /></p><p> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="52" cmdkeycode="0" sound="click.wav" /></p><p> </button></p><p> <button name="5" code="5"></p><p> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="42" /></p><p> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="63" sound="click.wav" /></p><p> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="53" cmdkeycode="0" sound="click.wav" /></p><p> </button></p><p> <button name="6" code="6"></p><p> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="43" /></p><p> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="64" sound="click.wav" /></p><p> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="54" cmdkeycode="0" sound="click.wav" /></p><p> </button></p><p> <button name="7" code="7"></p><p> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="44" /></p><p> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="65" sound="click.wav" /></p><p> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="55" cmdkeycode="0" sound="click.wav" /></p><p> </button></p><p> <button name="8" code="8"></p><p> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="45" /></p><p> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="66" sound="click.wav" /></p><p> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="56" cmdkeycode="0" sound="click.wav" /></p><p> </button></p><p> <button name="9" code="9"></p><p> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="46" /></p><p> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="67" sound="click.wav" /></p><p> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="57" cmdkeycode="0" sound="click.wav" /></p><p> </button></p><p> <button name="0" code="0"></p><p> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="80" sound="click.wav" /></p><p> <action layer="0" condition="WINDOW" conproperty="2" command="ACTION" cmdproperty="80" sound="click.wav" /></p><p> <action layer="0" condition="WINDOW" conproperty="25" command="ACTION" cmdproperty="80" sound="click.wav" /></p><p> <action layer="0" condition="WINDOW" conproperty="603" command="ACTION" cmdproperty="80" sound="click.wav" /></p><p> <action layer="0" condition="WINDOW" conproperty="605" command="ACTION" cmdproperty="80" sound="click.wav" /></p><p> <action layer="0" condition="WINDOW" conproperty="606" command="ACTION" cmdproperty="80" sound="click.wav" /></p><p> <action layer="0" condition="WINDOW" conproperty="501" command="ACTION" cmdproperty="80" sound="click.wav" /></p><p> <action layer="0" condition="WINDOW" conproperty="601" command="ACTION" cmdproperty="80" sound="click.wav" /></p><p> <action layer="0" condition="WINDOW" conproperty="759" command="ACTION" cmdproperty="80" sound="click.wav" /></p><p> <action layer="0" condition="WINDOW" conproperty="6" command="ACTION" cmdproperty="80" sound="click.wav" /></p><p> <action layer="0" condition="WINDOW" conproperty="10" command="ACTION" cmdproperty="48" sound="back.wav" /></p><p> <action layer="0" condition="WINDOW" conproperty="11" command="ACTION" cmdproperty="48" sound="back.wav" /></p><p> <action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="88" sound="back.wav" /></p><p> <action layer="0" condition="WINDOW" conproperty="0" command="WINDOW" cmdproperty="16002" sound="click.wav" /></p><p> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="58" sound="click.wav" /></p><p> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="48" cmdkeycode="0" sound="click.wav" /></p><p> </button></p><p>[/CODE]</p><p></p><p>As a bonus, the above configuration will lunch the GeckoBrowser window if you hit the remote "0" key in the MediaPortal home menu.</p></blockquote><p></p>
[QUOTE="orencha, post: 642844, member: 11329"] I had the same problem with MCE remote. To solve the problem, I configured key mapping (on the "MP Control Plugin" settings). By default, remote keys actions are mapped as keystrokes. I've created for each key (0, 1, 2..., 9) a mapping for the "Remote Key 0", "Remote Key 1", etc. Since the UI is buggy I had to modify the file [B]MPControlPlugin.xml[/B] directly and change some lines to: [CODE] <button name="1" code="1"> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="38" /> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="59" sound="click.wav" /> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="49" cmdkeycode="0" sound="click.wav" /> </button> <button name="2" code="2"> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="39" /> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="60" sound="click.wav" /> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="50" cmdkeycode="0" sound="click.wav" /> </button> <button name="3" code="3"> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="40" /> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="61" sound="click.wav" /> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="51" cmdkeycode="0" sound="click.wav" /> </button> <button name="4" code="4"> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="41" /> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="62" sound="click.wav" /> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="52" cmdkeycode="0" sound="click.wav" /> </button> <button name="5" code="5"> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="42" /> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="63" sound="click.wav" /> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="53" cmdkeycode="0" sound="click.wav" /> </button> <button name="6" code="6"> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="43" /> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="64" sound="click.wav" /> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="54" cmdkeycode="0" sound="click.wav" /> </button> <button name="7" code="7"> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="44" /> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="65" sound="click.wav" /> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="55" cmdkeycode="0" sound="click.wav" /> </button> <button name="8" code="8"> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="45" /> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="66" sound="click.wav" /> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="56" cmdkeycode="0" sound="click.wav" /> </button> <button name="9" code="9"> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="46" /> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="67" sound="click.wav" /> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="57" cmdkeycode="0" sound="click.wav" /> </button> <button name="0" code="0"> <action layer="0" condition="WINDOW" conproperty="2007" command="ACTION" cmdproperty="80" sound="click.wav" /> <action layer="0" condition="WINDOW" conproperty="2" command="ACTION" cmdproperty="80" sound="click.wav" /> <action layer="0" condition="WINDOW" conproperty="25" command="ACTION" cmdproperty="80" sound="click.wav" /> <action layer="0" condition="WINDOW" conproperty="603" command="ACTION" cmdproperty="80" sound="click.wav" /> <action layer="0" condition="WINDOW" conproperty="605" command="ACTION" cmdproperty="80" sound="click.wav" /> <action layer="0" condition="WINDOW" conproperty="606" command="ACTION" cmdproperty="80" sound="click.wav" /> <action layer="0" condition="WINDOW" conproperty="501" command="ACTION" cmdproperty="80" sound="click.wav" /> <action layer="0" condition="WINDOW" conproperty="601" command="ACTION" cmdproperty="80" sound="click.wav" /> <action layer="0" condition="WINDOW" conproperty="759" command="ACTION" cmdproperty="80" sound="click.wav" /> <action layer="0" condition="WINDOW" conproperty="6" command="ACTION" cmdproperty="80" sound="click.wav" /> <action layer="0" condition="WINDOW" conproperty="10" command="ACTION" cmdproperty="48" sound="back.wav" /> <action layer="0" condition="WINDOW" conproperty="11" command="ACTION" cmdproperty="48" sound="back.wav" /> <action layer="0" condition="WINDOW" conproperty="600" command="ACTION" cmdproperty="88" sound="back.wav" /> <action layer="0" condition="WINDOW" conproperty="0" command="WINDOW" cmdproperty="16002" sound="click.wav" /> <action layer="0" condition="WINDOW" conproperty="16002" command="ACTION" cmdproperty="58" sound="click.wav" /> <action layer="0" condition="*" conproperty="-1" command="ACTION" cmdproperty="93" cmdkeychar="48" cmdkeycode="0" sound="click.wav" /> </button> [/CODE] As a bonus, the above configuration will lunch the GeckoBrowser window if you hit the remote "0" key in the MediaPortal home menu. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
GeckoBrowser v0.1 [21-04-2010] *NEW*
Contact us
RSS
Top
Bottom