INTERACT FORUM

Please login or register.

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

Author Topic: Sendkey "up" & "down"  (Read 1500 times)

Messiahs

  • Galactic Citizen
  • ****
  • Posts: 432
Sendkey "up" & "down"
« on: April 08, 2009, 11:22:53 am »

I found different ways to send a keystroke to MC, but found no solution.

As i understand (http://wiki.jrmediacenter.com/index.php/Media_Center_Core_Commands  (keystroke))
Code: [Select]
MC13.exe /27000,40

should send a "up" key to MC, but nothing happens.

The same when I try the same with sendmessage(hwnd,WM_User,27000,40).

Any ideas ?

Best regards,
Markus


gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: Sendkey "up" & "down"
« Reply #1 on: April 08, 2009, 11:36:16 am »

I found different ways to send a keystroke to MC, but found no solution.

As i understand (http://wiki.jrmediacenter.com/index.php/Media_Center_Core_Commands  (keystroke))
Code: [Select]
MC13.exe /27000,40

should send a "up" key to MC, but nothing happens.

The same when I try the same with sendmessage(hwnd,WM_User,27000,40).

Any ideas ?

Best regards,
Markus




try
Code: [Select]
MC13.exe /mcc 27000,40

 ;)
gab
Logged

Messiahs

  • Galactic Citizen
  • ****
  • Posts: 432
Re: Sendkey "up" & "down"
« Reply #2 on: April 08, 2009, 12:25:18 pm »

done. no success :-(.

you're right the right command is "MC13.exe /27000,40 "... but still no success.

gappie

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 4566
Re: Sendkey "up" & "down"
« Reply #3 on: April 08, 2009, 03:39:09 pm »

done. no success :-(.

you're right the right command is "MC13.exe /27000,40 "... but still no success.
youre kidding right.  ;D
the right command would be
MC13.exe /mcc 27000,40

dont forget the mcc..

 :)
gab
Logged

Messiahs

  • Galactic Citizen
  • ****
  • Posts: 432
Re: Sendkey "up" & "down"
« Reply #4 on: April 08, 2009, 04:46:27 pm »

you're right again and i'm too stupid to copy & paste :-[
I tried "MC13.exe /mcc 27000,40 " -> no success

but i found this thread http://yabb.jriver.com/interact/index.php?topic=43553.0

hit_ny

  • Citizen of the Universe
  • *****
  • Posts: 3310
  • nothing more to say...
Re: Sendkey "up" & "down"
« Reply #5 on: April 09, 2009, 01:49:36 am »

Check out this page for keycodes.

I find up is keycode 38 & down is keycode 40
Logged
Pages: [1]   Go Up