Remote button mapping

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
vskatusa Offline
Fan
Posts: 341
Joined: Dec 2008
Reputation: 2
Post: #11
Help :-) !
(This post was last modified: 2009-11-24 03:50 by vskatusa.)
find quote
vskatusa Offline
Fan
Posts: 341
Joined: Dec 2008
Reputation: 2
Post: #12
Help please!
find quote
vskatusa Offline
Fan
Posts: 341
Joined: Dec 2008
Reputation: 2
Post: #13
Help guys!
find quote
gsgleason Offline
Donor
Posts: 173
Joined: Oct 2009
Reputation: 5
Post: #14
I could help you with the linux version possibly.
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #15
vskatusa Wrote:Help guys!

Thunderbirds are go! :-)

The APPCOMMAND 1 that the log reports is APPCOMMAND_BROWSER_BACKWARD and the Win32 SDK describes this as "BROWSER_BACKWARD: Navigate backward.". So it appears that your remote is sending a keystroke, and that keystroke is getting mapped to a standard Windows MCE command, but it's not a keystroke that XBMC recognises. XBMC doesn't do anything with the APPCOMMAND messages, so the fact the remote is generating an APPCOMMAND isn't helpful.

Have a look on http://www.ratsauce.plus.com/xbmc.htm at the "MCE Stuff" link where there are various readmes and utilities to help remote configuration. If the ATI remote uses the standard Windows drivers you can map the Back key to a "Backspace" keystroke.

JR
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #16
Actually, that's incorrect. We do process APPCOMMAND messages, just not that one.

I'll make that action do a "parent dir" action, which is the same as backspace on the keyboard. That seems to be the closest match to the desired behaviour.

Cheers,
Jonathan

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #17
jmarshall Wrote:Actually, that's incorrect. We do process APPCOMMAND messages, just not that one.

Oops, yes, sorry :-(

During the writing of my Zen article I discovered that several of the clone remotes I've tested generate APPCOMMAND_VOLUME_DOWN and APPCOMMAND_VOLUME_UP messages. Would it be possible to process these as well?

Thanks,

JR
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #18
Sure - make a list of ones you think we should process and pop it on trac Smile

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
Post Reply