INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: issueing /MCC parameters for up,down,left,right and Enter  (Read 1620 times)

666JackTheKnife666

  • World Citizen
  • ***
  • Posts: 150
issueing /MCC parameters for up,down,left,right and Enter
« 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!!
Logged

666JackTheKnife666

  • World Citizen
  • ***
  • Posts: 150
Re: issueing /MCC parameters for up,down,left,right and Enter
« Reply #1 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.
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4565
Re: issueing /MCC parameters for up,down,left,right and Enter
« Reply #2 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
Logged

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4565
Re: issueing /MCC parameters for up,down,left,right and Enter
« Reply #3 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
Logged

666JackTheKnife666

  • World Citizen
  • ***
  • Posts: 150
Re: issueing /MCC parameters for up,down,left,right and Enter
« Reply #4 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!!
Logged
Pages: [1]   Go Up