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
HTPC Projects
Hardware
Input/Output Interfaces
Shape HTPC remote control by Fractal Design
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="clay" data-source="post: 656519" data-attributes="member: 106964"><p>I had the same problem. After i tried to install IR Server Suite to fix this Problem and failed i looked for another solution: I installed the Tool "Autohotkey" which allows to map the global Windows Hotkeys to other actions (<a href="http://www.autohotkey.com/" target="_blank">AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText</a>). Just install the Tool, start it and you get asked if you want to have a sample script. Click Yes and the Editor will open the Sample Script. Remove the examples and add the following command: "#!Enter::Run C:\Program Files\Team MediaPortal\MediaPortal\MediaPortal.exe" (Change path for your needs). The Fractal Shape Remote just emulates pressing Alt+Windows+Enter to start the Media Center, now this hotkey combination will start your Mediaportal instead. So if you click the MCE Button on your Remote Mediaportal gets started.</p><p></p><p>That solves one problem but not really the issue how to map the button to some action inside MP (for example to go back to the Home Screen). But if you reconfigure the S1-S4 Buttons in AutoHotkey pressing these buttons should'nt start the other Applikations in front of MP.</p><p></p><p>Edit:</p><p></p><p>Second Problem Solved:</p><p></p><p>The following Lines in the Sample Script will do the following actions if the MCE button is pressed: Start MP if its not running, if its running get MP in foreground, if its in foreground press the button H -> Jump to Homescreen</p><p></p><p>#IfWinNotExist ahk_class WindowsForms10.Window.8.app.0.2004eee</p><p>#!Enter::Run C:\Program Files\Team MediaPortal\MediaPortal\MediaPortal.exe</p><p>#IfWinActive ahk_class WindowsForms10.Window.8.app.0.2004eee</p><p>#!Enter::ControlSend, ,H, ahk_class WindowsForms10.Window.8.app.0.2004eee</p><p>#IfWinNotActive ahk_class WindowsForms10.Window.8.app.0.2004eee</p><p>#!Enter::WinActivate, ahk_class WindowsForms10.Window.8.app.0.2004eee</p><p></p><p>(maybe your ahk_class ID for MP is another one -> in the Autohotkey Installation Folder is a Program called AU3_Spy.exe which will show the ID of the active Window)</p></blockquote><p></p>
[QUOTE="clay, post: 656519, member: 106964"] I had the same problem. After i tried to install IR Server Suite to fix this Problem and failed i looked for another solution: I installed the Tool "Autohotkey" which allows to map the global Windows Hotkeys to other actions ([url=http://www.autohotkey.com/]AutoHotkey - Free Mouse and Keyboard Macro Program with Hotkeys and AutoText[/url]). Just install the Tool, start it and you get asked if you want to have a sample script. Click Yes and the Editor will open the Sample Script. Remove the examples and add the following command: "#!Enter::Run C:\Program Files\Team MediaPortal\MediaPortal\MediaPortal.exe" (Change path for your needs). The Fractal Shape Remote just emulates pressing Alt+Windows+Enter to start the Media Center, now this hotkey combination will start your Mediaportal instead. So if you click the MCE Button on your Remote Mediaportal gets started. That solves one problem but not really the issue how to map the button to some action inside MP (for example to go back to the Home Screen). But if you reconfigure the S1-S4 Buttons in AutoHotkey pressing these buttons should'nt start the other Applikations in front of MP. Edit: Second Problem Solved: The following Lines in the Sample Script will do the following actions if the MCE button is pressed: Start MP if its not running, if its running get MP in foreground, if its in foreground press the button H -> Jump to Homescreen #IfWinNotExist ahk_class WindowsForms10.Window.8.app.0.2004eee #!Enter::Run C:\Program Files\Team MediaPortal\MediaPortal\MediaPortal.exe #IfWinActive ahk_class WindowsForms10.Window.8.app.0.2004eee #!Enter::ControlSend, ,H, ahk_class WindowsForms10.Window.8.app.0.2004eee #IfWinNotActive ahk_class WindowsForms10.Window.8.app.0.2004eee #!Enter::WinActivate, ahk_class WindowsForms10.Window.8.app.0.2004eee (maybe your ahk_class ID for MP is another one -> in the Autohotkey Installation Folder is a Program called AU3_Spy.exe which will show the ID of the active Window) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
HTPC Projects
Hardware
Input/Output Interfaces
Shape HTPC remote control by Fractal Design
Contact us
RSS
Top
Bottom