fenfire-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fenfire-dev] Libvob bug


From: Matti Katila
Subject: Re: [Fenfire-dev] Libvob bug
Date: Fri, 21 Nov 2003 14:08:34 +0200 (EET)

On Fri, 21 Nov 2003, Benjamin-Elias Fallenstein wrote:
>> On Fri, 21 Nov 2003 address@hidden wrote: 
> Can you explain how I can fix it? 

Something like adding another if condition and change
s/ControlMask/AltMask/
s/Ctrl-%s/Alt-%s/

You may want to look X headers for these.

> >             if(e->xkey.state & ControlMask) { 
> >                 sprintf(buf2, "Ctrl-%s", str); 
> >                 str = buf2; 
> >             } 
>
> I don't want that workaround, I want the real thing ;-) 

Can you define the real thing when we have the mess with meta/alt buttons?


   -Matti





reply via email to

[Prev in Thread] Current Thread [Next in Thread]