INTERACT FORUM
More => Old Versions => Media Center 12 (Development Ended) => Topic started by: Deurges on June 20, 2007, 02:55:07 pm
-
Hi,
I'm using Media Center 12.0.226 and the current cherry keyboard software. (Keyman 3.2) http://www.cherry.de/english/index.htm
My problem is, that the media-keys doesn't work.
The "Previous", "Play/Stopp" and "Next" Buttons have no effect on media center.
On JriverWiki I read, that there are also problems with Logitech Keyboards.
Have anybody an idea how I can solve my problem?
Thanks a lot.
Deurges
-
Hi,
I solve the problem by myself.
I just created three batch-files and link them to keyman.
Play_Previous.bat
@echo off
c:\windows\system32\mc12.exe /Command Previous
Play_Pause.bat
@echo off
c:\windows\system32\mc12.exe /Command Pause
Play_Next.bat
@echo off
c:\windows\system32\mc12.exe /Command Next