Alberto Segura wrote:
if you are using gnome you can try acme or but i dont like it while i can't configure it like i would like toHello everybody!
I have a Genius multimedia keyboard and I would like to know how could I use this "multimedia keys". Genius does not offer drivers for this keyboard under linux. I would like to use, for example, the browser launcher key or the email client key...
Thanks in advance.
Alberto.
:)
so i use hotkeys (the attached file is the config file for my genius keyboard). for the homepages of the programs look at freshmeat.net you can install acme also by using _apt-get install acme _
PS: sorry for my bad english
<?xml version="1.0"?> <definition> <config model="Genius comfy KB-21e scroll"> <VolUp keycode="176"/> <VolDown keycode="174"/> <Mute keycode="160"/> <PrevTrack keycode="144"/> <NextTrack keycode="153"/> <Play keycode="162"/> <Stop keycode="164"/> <Search keycode="229"/> <WebBrowser keycode="178"/> <Favorites keycode="230"/> <Email keycode="236"/> <MyComputer keycode="235"/> <Calculator keycode="161"/> <Sleep keycode="223"/> <!-- word --> <userdef keycode="147" command="oowriter">oowriter</userdef> <!-- excel --> <userdef keycode="148" command="gnumeric">gnumeric</userdef> <!-- SCROLL KEY --> <userdef keycode="163" command="gnome-terminal">gnome-terminal</userdef> <!-- media --> <userdef keycode="163" command="xmms">xmms</userdef> </config> <contributor> <name>Janez Kosmrlj</name> <email>janez.kosmrlj"at"email.si</email> </contributor> </definition>