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

From: Carlos Torres <vlaadbrain_AT_gmail.com>
Date: Fri, 20 Apr 2012 17:38:01 -0400

the wonders of execve

On Wed, Apr 18, 2012 at 7:52 AM, Alexander Tanyukevich
<atanyukevich_AT_gmail.com> wrote:
>> You need to separate the argument from the actual command like so:
>>
>> static const char *volinccmd[] = {"/home/olek/.bin/pavolume", "increase", NULL};
>>
>> Otherwise it would try to exec a script named "pavolume increase" in the
>> folder "/home/olek/.bin" without any arguments.
>
> Mea culpa :)
> Thank you all it works now!!
>
>
> --
> Alexander Tanyukevich
> atanyukevich_AT_gmail.com
>
Received on Fri Apr 20 2012 - 23:38:01 CEST

This archive was generated by hypermail 2.3.0 : Fri Apr 20 2012 - 23:48:04 CEST