Re: [dev] Multimedia keys doesn't send proper keycodes
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