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
General Support
changing keyboard shortcuts?
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="knutinh" data-source="post: 64231" data-attributes="member: 14776"><p>In this guide to the Silverstone lc16m:</p><p><a href="https://forum.team-mediaportal.com/viewtopic.php?t=15783&highlight=key" target="_blank">https://forum.team-mediaportal.com/viewtopic.php?t=15783&highlight=key</a></p><p></p><p>I write the following:</p><p></p><p>"Front panel buttons </p><p>These are made by Silverstone themselves, and confusingly have nothing to do with the PAD remote. </p><p></p><p>Using a small program for remapping keys, <a href="http://www.autohotkey.com" target="_blank">www.autohotkey.com</a> I can use any front-panel button to do anything, except the wheel that is "hard-coded". </p><p></p><p>example-setup: </p><p></p><p>[code]</p><p>;previous track </p><p>SC110::F7 </p><p></p><p>;next </p><p>SC119::F8 </p><p> </p><p></p><p>;stop </p><p>SC124::b </p><p></p><p>;play/pause </p><p>SC122::p </p><p></p><p>;mute </p><p>SC120::Enter </p><p></p><p>;vol up </p><p>;routed to arrow up </p><p>SC130::Up </p><p></p><p>;vol down </p><p>;routed to arrow up </p><p>SC12E::Down </p><p>[/code]</p><p></p><p>-k</p><p></p><p>The format is:</p><p>;this is a comment</p><p>source-key::destination key</p><p></p><p>In order to find the source key you may have to run a logger utility included in the application while pressing the remote button. The destination key is the key that leads to the desired operation in MP or anything else. This app is run as a process at startup and a little icon.</p><p></p><p>regards</p><p>knut</p></blockquote><p></p>
[QUOTE="knutinh, post: 64231, member: 14776"] In this guide to the Silverstone lc16m: [url]https://forum.team-mediaportal.com/viewtopic.php?t=15783&highlight=key[/url] I write the following: "Front panel buttons These are made by Silverstone themselves, and confusingly have nothing to do with the PAD remote. Using a small program for remapping keys, [url]www.autohotkey.com[/url] I can use any front-panel button to do anything, except the wheel that is "hard-coded". example-setup: [code] ;previous track SC110::F7 ;next SC119::F8 ;stop SC124::b ;play/pause SC122::p ;mute SC120::Enter ;vol up ;routed to arrow up SC130::Up ;vol down ;routed to arrow up SC12E::Down [/code] -k The format is: ;this is a comment source-key::destination key In order to find the source key you may have to run a logger utility included in the application while pressing the remote button. The destination key is the key that leads to the desired operation in MP or anything else. This app is run as a process at startup and a little icon. regards knut [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
changing keyboard shortcuts?
Contact us
RSS
Top
Bottom