On Sat, 3 Sep 2011, thorsten.i.r...@jyu.fi wrote:

> ZLT-NT and Nordstern: I can't place the mooring mast, which is supposed to
> be alt+click.
>
> * I press right mouse button until I am in click mode (i.e. see an arrow)
> * I move the arrow onto a point in the scenery
> * I press alt key and hold it
> * I left-click on the scenery
> -> nothing happens
>
> I was entertaining the idea that maybe alt-click is some code by my window
> manager (gnome 2) but I am at a loss what to do about that. I also tried
> clicking with middle button, using the 'alt gr' key, and several variants.

Hi Thorsten,

I would suspect the window manager, both aircraft use the same mechanism 
and I've seen it working here as recently as yesterday. It should be a 
left click while holding the (left, on my keyboard) Alt key.

You can try changing the click listener in 
ZLT-NT/Systems/ground_handling.nas
to use a different key:

         setlistener("/sim/signals/click", func {
             var click_pos = geo.click_position();
             if (__kbd.alt.getBoolValue()) {
                 mooring.add_fixed_mooring(click_pos,
                                           LOCAL_MOORING_ALT_OFFSET);
             }
         });


Cheers,

Anders
-- 
---------------------------------------------------------------------------
Anders Gidenstam
WWW: http://www.gidenstam.org/FlightGear/

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to