Hi there,

There's a lot of output and some other information may also be relevant, 
I'm not sure. The lines from the logs you asked for are here. I added 
the '//comments' to let you know what I did there:

User pressed key 118 with modifiers 0 // this is 'v'
User pressed key 86 with modifiers 2  // this is 'V', it works and shift 
is stuck
User pressed key 118 with modifiers 2 // this is 'v' again
User pressed key 118 with modifiers 2 // this is 'v' again
User pressed key 86 with modifiers 2 //  this is 'V'

Hope this helps. Let me know what next.

Cheers,
Vik


Csaba Halász wrote:
> On Tue, Feb 16, 2010 at 3:10 PM, Viktor Radnai <viktor.rad...@gmail.com> 
> wrote:
>> Hi again,
>>
>> I've built OSG 2.9.6 and rebuilt the latest CVS version of Simgear &
>> Flightgear against it. Unfortunately I still get the problem.
>>
>> (It's fairly certain that I use the latest OSG as my freshly built fgfs
>> won't even start without me setting LD_LIBRARY_PATH -- it would complain
>> about not finding libosgFX.so.62.)
>>
>> What should I try next?
> 
> --log-level=debug
> Among all the other messages, it should give you something like:
> 
> User pressed key 88 with modifiers 2
> User released key 88 with modifiers 3
> User pressed key 120 with modifiers 0
> User released key 120 with modifiers 1
> 
> (that was a X followed by x) The last bit signals a key release.
> 
> The way I read the code, the modifiers are directly coming from OSG.
> You could try another OSG app, such as osgviewer, to see if it has the
> same problem.
> 


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to