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
Support
Input / Output interfaces
Mapping Remote Keys
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="ptmurphy" data-source="post: 990100" data-attributes="member: 111227"><p>OK, this definitely got me going in the right direction. I had never heard of AutoHotKey, so a bit of a learning curve for me tonight. Anyway, here is the script I have running in AHK to have the "0" key on the remote bring up the On Screen Display. This is a workaround for me, as I want to be able to press the "Info" button, but can't get that to work.</p><p> </p><p>[code]; If the Numpad 0 key is pressed with MediaPortal windows active, send the "Y" key instead</p><p>$Numpad0::</p><p>IfwinActive MediaPortal</p><p>{</p><p>Send y</p><p>}</p><p>; Otherwise, just sent the zero key</p><p>else</p><p>{</p><p>Send 0</p><p>}</p><p>[/CODE]</p><p> </p><p>I appreciate the help!!!!</p></blockquote><p></p>
[QUOTE="ptmurphy, post: 990100, member: 111227"] OK, this definitely got me going in the right direction. I had never heard of AutoHotKey, so a bit of a learning curve for me tonight. Anyway, here is the script I have running in AHK to have the "0" key on the remote bring up the On Screen Display. This is a workaround for me, as I want to be able to press the "Info" button, but can't get that to work. [code]; If the Numpad 0 key is pressed with MediaPortal windows active, send the "Y" key instead $Numpad0:: IfwinActive MediaPortal { Send y } ; Otherwise, just sent the zero key else { Send 0 } [/CODE] I appreciate the help!!!! [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Input / Output interfaces
Mapping Remote Keys
Contact us
RSS
Top
Bottom