Logitech Keyboard Media Keys

From wiki.jriver.com
Revision as of 22:07, 18 August 2007 by VmwK3l (talk | contribs)
Jump to navigation Jump to search

aria ragazza sexi mini rover cabrio testo nelly furtado try pininfarina ian brown foto sexo profumi d g ewa sonnet canzone pagana haloa hard disk 250 usb william hurt discoteca cromie lady diana spencer orsi bejewel dickinsonia sexi calendari hp photosmart 3310 guadagna ricevendo email italiano beau bridges auto promozioni notebook libretto sony diffusori 5 1 batteria philips 355 testo in italiano fuck it eamon videos wisin el sobreviviente annuncio affitti campobasso stampante hp 1200 ranno all star converse nero hashimoto prezzi gite scolastiche music rai maroc dale don mas duro epson aculaser c9100ps fz 97 p 1 ix idioma como herramienta de trabajo mazurka di periferia casadei lexmark 2481 total club manager 2005 pc pirata de agua salada patente c sony dcr-hc 17e cuo minolta dual iv lettori mp3 ogg istruzioni mod 730 scambiatori calore sonata in re maggiore viaggiare dajd foto pornor schede video gigabyte lettori dvd e dvx decoder dvd lettori e divx lampada videoproiettore acer herramientas de negociacion cammariere sul sentiero decapitazioni dei turchi amstrad decoder amd athlon 64 x2 4600 neckera check for update athlon 3200 64 bit vacanza mare rimini north-eastern (nigeria) profumo chopard apple mini ipod 4gb america america pio leyva rmb reality dfi nf4 sli d cappello con visiera creative sound blaster audigy 2 mp3 player radio usb toner epl 5700l mosaico piscina ebbrezza bianca o zone midi file inculate foto amatoriali www c6 com pillola anticoncezionale fotografia fiori cicciabomba persomil difesa asus a9550ge 256mb raffles piezo- sido instrumental radiografie scanner ga-k8ns pro minibues nokia motorola foto di alba parietti fujitsu siemens scenic 320 polar t-31 gaber bigiotteria samsung ml 1520 toner parfait un piccolo gran amore kudymkar ntsc pal acer mp3 radio flash stick informagiovani como porsche gt pedro cays firewire usb scheda tulpen aus amsterdam eamonn cyclette con programmi siemens portatili fiat multipla natural power km 0 screensaver dautore... gta trucchi san andreas cani husky olidata box esterno usb con hard disk out of sight - gli opposti si attraggono philips cuffie biglietto d augurio disney krla hatteria incluso desktop computer fiere esposizioni roma autoradio con ipod croste krishna summernights antivirus panda titanium 2006 residence ferrara usb flash mp3 512 audi tt veneto stereo kenwood jeep grand cherokee 5.9 dolce acqua vendita e installazione caldaie beretta tastiera pc amd atlon 64 video per nokia ethernet scheda pcmcia quotazione yaris una lira banconote trieste annuncio epson photopc l-300 tv upskirt colin 2004 sfondi su articolo31 kaon ksc570 teyateyaneng scommessa mortale gigabyte sli azione immediata www anastacia it sport femminile consel asus a620 car holder frasi idiomatiche inglesi lavatrice miele lavatrici e lavasciuga napoli magazine com imbrogliare lcd 910mp cpsoft bizarre prive fontane per interni jewel lyrics daddy jay z dirt off your shoulder zonelabs il tesoro segreto di tarzan - tarzan a new york moderna cucine evaluation ram sodimm ddr 1 gb buyer (tecnico) (regione emilia romagna - bologna provincia) anna russo porto africa caratteristiche cavo subwoofer mp3 de haiducii trattoria farnesina immaggini d passeggiate a cavallo volvo s40 argento notizie sportive lavatrici sesto senso rotel ra 02 banbridge dezel buczkowski, leopold nikon cs-cp20 izvorna muzika oechestra date esame avvocato ricambi usati moto teach you childres elite force ii ci 1300 fb morte lorna testi modena calabrisella mia abiti roberto cavalli y 305 k 305 l 305 yo conto corrente postale floppy panasonic The Media Keys on Logitech keyboards only work, by default, when Media Center is the focussed application. In order to fix this, make the following changes:

For MC12, use make the following changes:

Find the file C:\Program files\Logitech\SetPoint\players.ini

Under the [Players] header:
Add:
Code:
JRMedia=wac,Media Center 12.exe,MJFrame,xxx,xxx,10001,10000,10002,10004,10003,0,1,Media Center 12

Under [Players.Display] add:
JRMedia=Media Center 12

Under [Players.IsRemote] add:
JRMedia=True

Discussion thread for the above information is here: http://yabb.jriver.com/interact/index.php?topic=39739.0

Alternatively:

I used to have a MS keyboard that had media keys and they worked with everything but Media Center. I dismissed it as an old keyboard. But I recently bought the Logitech LX700 keyboard/mouse combo. I love this thing! It actually has media keys I can use, except the Next/Prev/Play/Stop. Like many of you, I too had the problem of the next button "sticking" and jumping too many songs, and the play/stop not working properly. Needless to say, I've been quite ticked about that. I read that if you turn off/uninstall SetPoint it works perfectly but that stinks because then you can't use any of the media keys which I have all custom programmed for my tastes. Which got me thinking.

Why not just hack the config files?

If you look in C:\Program Files\Logitech\SetPoint\Devices\Keyboard there are 10 folders, the first 7 are the keyboard config files for Logitech's supported line. I'm going to use my LX700 Keyboard as an example because that's the one I own and know works. For the LX700, the folder is "200002D" in there there is an XML file called "200002D.xml." Open that and you'll see definitions for all the keys on the keyboard. Search for this:

<!-- Button Name => STOP  -->
<Button Number="786615" Name="Stop">
<Trigger Class="ButtonPress">
<PARAM Button="786615" />
<TriggerState Name="ButtonDownUp"       HandlerSet="MM STOP"  HandlerSetGroup="Keyboard"  />
</Trigger>
</Button>

<!-- Button Name => PLAY  -->
<Button Number="786637" Name="Play">
<Trigger Class="ButtonPress">
<PARAM Button="786637" />
<TriggerState Name="ButtonDownUp"       HandlerSet="MM PLAY"  HandlerSetGroup="Keyboard"  />
</Trigger>
</Button>

<!-- Button Name => NEXT TRACK  -->
<Button Number="786613" Name="Next Track">
<Trigger Class="ButtonPress">
<PARAM Button="786613" />
<TriggerState Name="ButtonDownUp"       HandlerSet="MM NEXT"  HandlerSetGroup="Keyboard"  />
</Trigger>
</Button>

<!-- Button Name => PREVIOUS TRACK -->
<Button Number="786614" Name="Previous Track">
<Trigger Class="ButtonPress">
<PARAM Button="786614"  />
<TriggerState Name="ButtonDownUp"       HandlerSet="MM PREVIOUS"  HandlerSetGroup="Keyboard"  />
</Trigger>
</Button>

Always make a backup copy of the files before editing. What I did was shut down SetPoint, delete that whole section, and restart SetPoint. Logitech configures the keyboard except for those buttons. So all my programmed buttons still work, and the Next/Prev/Play/Stop work as if SetPoint was not running. Now, there is no OSD that says "Next Track", "Play", etc. but that's a small price to pay. All the other buttons show their OSD. I tried to just edit certain pieces of the XML code above to maybe enable the OSD, but I couldn't get it to work. If anyone else can, please let us all know!

I have found that the buttons no longer work with WinAmp, but they still work with Windows Media Player. I haven't really tried any other programs because I only use these keys for Media Center. I also didn't go into the other keyboard XML files because I don't own them, but that same code is in all of them, so just find which file is for your keyboard and edit that one (you can see by opening the XML file. The keyboard is labeled at the top.). Like I said it works for me, and I am finally a happy camper with the keyboard.

Thanks unrealreality.