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 11:42:37 +0200 (EET)

On Fri, 21 Nov 2003 address@hidden wrote:
> Hi, 
>  
> I don't get 'Alt-XXX' events from Libvob. I get stuff like 'Ctrl-K' 
> alright (preceded by a 'Control_L' event), but instead of 'Alt-K' I get 
> an 'Alt_L' event followed by a 'k' event. 

Find it, didn't fix.

Os-GLX.cxx: line 640:

                if(e->xkey.state & ControlMask) {
                    sprintf(buf2, "Ctrl-%s", str);
                    str = buf2;
                }

Alt is not specified. One reason might be the meta key vs. alt key.
Use Shift instead or fix this.


   -Matti





reply via email to

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