vskatusa
Fan Posts: 341 Joined: Dec 2008 Reputation: 2 |
2009-11-23 14:31
Post: #11
Help :-) !
(This post was last modified: 2009-11-24 03:50 by vskatusa.)
|
| find quote |
vskatusa
Fan Posts: 341 Joined: Dec 2008 Reputation: 2 |
2009-11-24 03:50
Post: #12
Help please!
|
| find quote |
vskatusa
Fan Posts: 341 Joined: Dec 2008 Reputation: 2 |
2009-11-26 03:24
Post: #13
Help guys!
|
| find quote |
gsgleason
Donor Posts: 173 Joined: Oct 2009 Reputation: 5 |
2009-11-30 03:35
Post: #14
I could help you with the linux version possibly.
|
| find quote |
jhsrennie
Team-XBMC Developer Posts: 7,237 Joined: Nov 2008 Reputation: 117 Location: Chester, UK |
2009-11-30 11:26
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
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2009-12-01 03:55
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. ![]() |
| find quote |
jhsrennie
Team-XBMC Developer Posts: 7,237 Joined: Nov 2008 Reputation: 117 Location: Chester, UK |
2009-12-01 10:30
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
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2009-12-01 10:35
Post: #18
Sure - make a list of ones you think we should process and pop it on trac
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. ![]() |
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help