fenfire-dev
[Top][All Lists]
Advanced

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

Re: [Fenfire-dev] Libvob bug


From: Benjamin-Elias Fallenstein
Subject: Re: [Fenfire-dev] Libvob bug
Date: Fri, 21 Nov 2003 11:57:41 +0100 (MET)

> On Fri, 21 Nov 2003 address@hidden wrote: 
> > 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. 
 
Can you explain how I can fix it? 
 
> 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. 
 
I don't want that workaround, I want the real thing ;-) 
 
Thanks, 
- Benja 





reply via email to

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