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
Generic Keyboard/Remote Input Plugin
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="SilentException" data-source="post: 331312" data-attributes="member: 83924"><p>ok, this was NOT the solution <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> the plugin simply ignored my XML (coz it was invalid, no "") and used default one instead..</p><p></p><p></p><p>but i have found the solution</p><p></p><p>after messing around with the source code in KeyboardHandler.cs in function private void SendKey(string prefix, Keys key)</p><p></p><p>SendKeys.Send(prefix + keyString);</p><p></p><p>this is the line responsible for sending out the non-mapped keys. i have noticed that keyString was always uppercase.. converting it to lowercase did the trick and now any key not mapped by the plugin will be forwarded to mediaportal.. yay!</p><p></p><p>so in a nutshell, alpha key strings in SendKeys.Send function must be lowercase</p><p></p><p>i can upload fixed dll if anyone wants it..</p></blockquote><p></p>
[QUOTE="SilentException, post: 331312, member: 83924"] ok, this was NOT the solution :) the plugin simply ignored my XML (coz it was invalid, no "") and used default one instead.. but i have found the solution after messing around with the source code in KeyboardHandler.cs in function private void SendKey(string prefix, Keys key) SendKeys.Send(prefix + keyString); this is the line responsible for sending out the non-mapped keys. i have noticed that keyString was always uppercase.. converting it to lowercase did the trick and now any key not mapped by the plugin will be forwarded to mediaportal.. yay! so in a nutshell, alpha key strings in SendKeys.Send function must be lowercase i can upload fixed dll if anyone wants it.. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Generic Keyboard/Remote Input Plugin
Contact us
RSS
Top
Bottom