OK, I've equated ALT_LEFT with CRLT_ALT_RIGHT. I'm not totally sold on the
key combinations...


On Wed, Feb 4, 2009 at 9:45 AM, Rolf Huehne <[email protected]> wrote:

> Robert Hanson wrote:
> > Rolf, what would be a suitable alternative to ALT_LEFT? It works so
> > nicely on the PC.
> I used Jmol 11.6.8 and KDE 3.5.5 for testing:
> > Maybe you can help me identify what keys we have available for dragging?
> I see:
> >
> >       case LEFT:  rotateXY
> works as expected
> >       case MIDDLE: zoomBy, rotateZBy
> works as expected
> >       case SHIFT_RIGHT: // the one-button Mac folks won't get this
> gesture
> works like 'MIDDLE'
> >       case CTRL_ALT_LEFT:
> >       /*
> >        * miguel 2004 11 23
> >        * CTRL_ALT_LEFT *should* work on the mac
> >        * however, Apple has a bug in that mouseDragged events
> >        * do not get passed through if the CTL button is held down
> >        *
> >        * I submitted a bug to apple
> >        */
> >
> > [this should probably be checked again]
> >
> works like 'CTRL_RIGHT'
> >       case CTRL_RIGHT: translateXYBy
> works as expected
> >       case CTRL_SHIFT_LEFT: slabByPixels
> no obvious effect
> >       case CTRL_ALT_SHIFT_LEFT: slabDepthByPixels
> no obvious effect
> >
> ALT_LEFT, ALT_MIDDLE and ALT_RIGHT are used for window control functions
> in KDE.
>
> CTRL_ALT_MIDDLE and CTRL_ALT_RIGHT seem to be still free.
>
> Regards,
> Rolf
>
>
> ------------------------------------------------------------------------------
> Create and Deploy Rich Internet Apps outside the browser with
> Adobe(R)AIR(TM)
> software. With Adobe AIR, Ajax developers can use existing skills and code
> to
> build responsive, highly engaging applications that combine the power of
> local
> resources and data with the reach of the web. Download the Adobe AIR SDK
> and
> Ajax docs to start building applications today-
> http://p.sf.net/sfu/adobe-com
> _______________________________________________
> Jmol-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jmol-developers
>



-- 
Robert M. Hanson
Professor of Chemistry
St. Olaf College
1520 St. Olaf Ave.
Northfield, MN 55057
http://www.stolaf.edu/people/hansonr
phone: 507-786-3107


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to