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
Asus Remote plugin for Mediaportal
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="hiazle" data-source="post: 42196" data-attributes="member: 15594"><p>I managed to get the main buttons I need to work in MP by using the following script.</p><p><strong></strong></p><p><strong>NOTE: This is just a rough script...... needs improvements.</strong></p><p></p><p>[code]</p><p>; IMPORTANT INFO ABOUT GETTING STARTED: Lines that start with a</p><p>; semicolon, such as this one, are comments. They are not executed.</p><p></p><p>; This script is a .INI file because it is a special script that is</p><p>; automatically launched when you run the program directly. By contrast,</p><p>; text files that end in .ahk are associated with the program, which</p><p>; means that they can be launched simply by double-clicking them.</p><p>; You can have as many .ahk files as you want, located in any folder.</p><p>; You can also run more than one .ahk file simultaneously and each will</p><p>; get its own tray icon.</p><p></p><p>; Please read the QUICK-START TUTORIAL near the top of the help file.</p><p>; It explains how to perform common automation tasks such as sending</p><p>; keystrokes and mouse clicks. It also explains how to use hotkeys.</p><p></p><p>#IfWinActive, ahk_class WindowsForms10.Window.8.app.0.3ce0bb8</p><p>^p::Space ; Play/Pause</p><p>^s::b ; Stop</p><p>^f::F8 ; Play Next</p><p>^b::F7 ; Play Previous</p><p>^+f::F6 ; Fast Forward</p><p>^+b::F5 ; Fast Reverse</p><p>;Browser_back::ESC ; Previous Menu</p><p>;Tab::x ; Toggle Full Screen</p><p>;PGUP::{F8} ; Toggle Full Screen</p><p>;PGDN::{F7} ; Toggle Full Screen</p><p>VOLUME_UP::= ; Volume Up</p><p>VOLUME_DOWN::- ; Volume Down</p><p>;^+!HOME::s ; Switch Aspect Ratio</p><p>[/code]</p><p></p><p></p><p>I'll also try enabling the MCE remote and see what happens</p></blockquote><p></p>
[QUOTE="hiazle, post: 42196, member: 15594"] I managed to get the main buttons I need to work in MP by using the following script. [b] NOTE: This is just a rough script...... needs improvements.[/b] [code] ; IMPORTANT INFO ABOUT GETTING STARTED: Lines that start with a ; semicolon, such as this one, are comments. They are not executed. ; This script is a .INI file because it is a special script that is ; automatically launched when you run the program directly. By contrast, ; text files that end in .ahk are associated with the program, which ; means that they can be launched simply by double-clicking them. ; You can have as many .ahk files as you want, located in any folder. ; You can also run more than one .ahk file simultaneously and each will ; get its own tray icon. ; Please read the QUICK-START TUTORIAL near the top of the help file. ; It explains how to perform common automation tasks such as sending ; keystrokes and mouse clicks. It also explains how to use hotkeys. #IfWinActive, ahk_class WindowsForms10.Window.8.app.0.3ce0bb8 ^p::Space ; Play/Pause ^s::b ; Stop ^f::F8 ; Play Next ^b::F7 ; Play Previous ^+f::F6 ; Fast Forward ^+b::F5 ; Fast Reverse ;Browser_back::ESC ; Previous Menu ;Tab::x ; Toggle Full Screen ;PGUP::{F8} ; Toggle Full Screen ;PGDN::{F7} ; Toggle Full Screen VOLUME_UP::= ; Volume Up VOLUME_DOWN::- ; Volume Down ;^+!HOME::s ; Switch Aspect Ratio [/code] I'll also try enabling the MCE remote and see what happens [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Asus Remote plugin for Mediaportal
Contact us
RSS
Top
Bottom