Normal
Re: Yet another MPC remote with 'back' & 'green button' problemNo luck. I have also tried this: This got the "back" button to work:https://forum.team-mediaportal.com/mediaportal-plugins-47/generic-keyboard-remote-input-plugin-25755/ I will try this to get the Windows-button to start MediaPortalAutoHotkey - Wikipedia, the free encyclopediaorAutoIt - Wikipedia, the free encyclopedia EDIT:Yes, it seems like I'm having some luck. "Generic Keyboard/Remote Input Plugin" (installed with MediaPortal Extension Installer) say my Windows-button on the remote sends Alt+WindowsFlag+Enter. So with AutoHotkey I plan to make a script with something like this (info from AutoHotkey Tutorial: Macro and Hotkey Creation and List of Keys and Mouse/Joystick Buttons for Hotkeys and Macros )!#Enter::Run C:\PathToMediaPortal\MediaPortalStartFile.exe
Re: Yet another MPC remote with 'back' & 'green button' problem
No luck. I have also tried this:
This got the "back" button to work:
https://forum.team-mediaportal.com/mediaportal-plugins-47/generic-keyboard-remote-input-plugin-25755/
I will try this to get the Windows-button to start MediaPortal
AutoHotkey - Wikipedia, the free encyclopedia
or
AutoIt - Wikipedia, the free encyclopedia
EDIT:
Yes, it seems like I'm having some luck. "Generic Keyboard/Remote Input Plugin" (installed with MediaPortal Extension Installer) say my Windows-button on the remote sends Alt+WindowsFlag+Enter. So with AutoHotkey I plan to make a script with something like this (info from AutoHotkey Tutorial: Macro and Hotkey Creation and List of Keys and Mouse/Joystick Buttons for Hotkeys and Macros )
!#Enter::Run C:\PathToMediaPortal\MediaPortalStartFile.exe