INTERACT FORUM

More => Old Versions => Media Center 14 (Development Ended) => Topic started by: 666JackTheKnife666 on November 01, 2009, 03:13:54 am

Title: issueing /MCC parameters for up,down,left,right and Enter
Post by: 666JackTheKnife666 on November 01, 2009, 03:13:54 am
looking at the MC header file  I have found this entry


MCC_KEYSTROKE = 27000,


is that the parameter I would use for issueing the commands for
up, down, left, right, enter etc ?
if it is how do I pass what key I want ? do I just state "up" or do I need the hex code for the key ?
MCC_KEYSTROKE = 27000, up   <-- is that right ?
would someone please show me an example  thank you!!
Title: Re: issueing /MCC parameters for up,down,left,right and Enter
Post by: 666JackTheKnife666 on November 02, 2009, 01:06:03 am
nobody know's how to send up,down,left,right and enter to media center 14 via the command line ?

I'll just have to keep goofing around till I find something that works , I will post it when I do.
Title: Re: issueing /MCC parameters for up,down,left,right and Enter
Post by: gappie on November 02, 2009, 01:56:58 am
this works:
mcc 27000,13 = enter
mcc 27000,37 = left
mcc 27000,38 = up
mcc 27000,39 = right
mcc 27000,40 = down

 :)
gab
Title: Re: issueing /MCC parameters for up,down,left,right and Enter
Post by: gappie on November 02, 2009, 08:55:17 am
i found those in the resource xml.. thought it was a good idea to add them to the wiki.

 :)
gab
Title: Re: issueing /MCC parameters for up,down,left,right and Enter
Post by: 666JackTheKnife666 on November 02, 2009, 03:57:50 pm
 Thank you vary much!!! this will pretty much let me finish my speech control script. I haven't had to touch a remote for 3 day's now. I am totally loving it!!