[dev] Multimedia keys doesn't send proper keycodes

2012-04-17 Thread Alexander Tanyukevich
Hi. I have a problem with keyboard and X configuration and I know that it's not proper mailing list, but I have no idea howto google it or something like that: I wanted to bind my XF86AudioLowerVolume XF86AudioRaiseVolume XF86AudioMute buttons. Bu I was surprised, when I saw that xev, is not able

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

2012-04-17 Thread Eckehard Berns
On Tue, Apr 17, 2012 at 03:52:31PM +0200, Alexander Tanyukevich wrote: I wanted to bind my XF86AudioLowerVolume XF86AudioRaiseVolume XF86AudioMute buttons. Bu I was surprised, when I saw that xev, is not able to understand those buttons. xev output: f.e.mute button under dwm:

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

2012-04-17 Thread Alexander Tanyukevich
The NotifyGrab seems to suggest that there already is an X client that grabs that key. Do you have some sort of audio mixer running that might grab those keys already? -- Eckehard Berns They are in dwm config: {0, XF86XK_AudioRaiseVolume, spawn, {.v =

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

2012-04-17 Thread Alexander Tanyukevich
I'm pretty sure the commands are executed. Maybe the error is in the commands. Have you checked your ~/.xsession-errors (or similar log)? You were right: After removing them from DWM config keycodes are appeared. Thank you for help. -- Alexander Tanyukevich atanyukev...@gmail.com

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

2012-04-17 Thread Ivan Kanakarakis
try adding #include X11/XF86keysym.h before the keys array On 17 April 2012 17:34, Alexander Tanyukevich atanyukev...@gmail.comwrote: I'm pretty sure the commands are executed. Maybe the error is in the commands. Have you checked your ~/.xsession-errors (or similar log)? You were

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

2012-04-17 Thread Ivan Kanakarakis
On 17 April 2012 21:16, Ivan Kanakarakis ivan.ka...@gmail.com wrote: try adding #include X11/XF86keysym.h before the keys array or use the keycode directly, instead of the keysymbol On 17 April 2012 17:34, Alexander Tanyukevich atanyukev...@gmail.comwrote: I'm pretty sure

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

2012-04-17 Thread Arian Kuschki
On 17 April 2012 20:17, Ivan Kanakarakis ivan.ka...@gmail.com wrote: On 17 April 2012 21:16, Ivan Kanakarakis ivan.ka...@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

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

2012-04-17 Thread Bjartur Thorlacius
On Tue, 17 Apr 2012 19:41:33 -, Arian Kuschki arian.kusc...@googlemail.com wrote: or use xbindkeys to bind those keys, e.g. Or speckeysd. -- -,Bjartur