Re: [dev] Multimedia keys doesn't send proper keycodes

From: Arian Kuschki <arian.kuschki_AT_googlemail.com>
Date: Tue, 17 Apr 2012 21:41:33 +0200

On 17 April 2012 20:17, Ivan Kanakarakis <ivan.kanak_AT_gmail.com> wrote:

>
>
> On 17 April 2012 21:16, Ivan Kanakarakis <ivan.kanak_AT_gmail.com> wrote:
>
>> try adding
>>
>> #include <X11/XF86keysym.h>
>>
>> before the keys array
>>
>>
>
> or use the keycode directly, instead of the keysymbol
>

or use xbindkeys to bind those keys, e.g.
 a ~$ cat .xbindkeysrc
"amixer set Master unmute; amixer set Master 10%+"
  XF86AudioRaiseVolume
"amixer set Master unmute; amixer set Master 10%-"
  XF86AudioLowerVolume
"amixer set Master toggle"
  XF86AudioMute
Received on Tue Apr 17 2012 - 21:41:33 CEST

This archive was generated by hypermail 2.3.0 : Tue Apr 17 2012 - 21:48:03 CEST