Opened 8 years ago

Closed 8 years ago

#841 closed defect (not a bug)

ctrl-right-click interpreted as ctrl-left-click on Mac

Reported by: Tristan Croll Owned by: Tom Goddard
Priority: minor Milestone:
Component: General Controls Version:
Keywords: Cc:
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

A little bit of MouseMode weirdness. In ISOLDE during simulations I have ctrl-right-click-and-drag mapped to tug atoms. In Linux this works fine, but on the Mac (inside or outside of simulations) ctrl-right-click-and-drag instead gives me the same behaviour as ctrl-left-click-and-drag (select atoms).

Change History (2)

in reply to:  1 ; comment:1 by tic20@…, 8 years ago

The reason for this little wrinkle is in the Qt documentation at 
http://doc.qt.io/qt-5/qt.html. On the Mac, Ctrl maps to Qt::Key_Meta. 
Qt::Control is apparently the Command key, but that doesn't work for me 
either.

On 2017-09-17 11:08, ChimeraX wrote:

comment:2 by Tristan Croll, 8 years ago

Resolution: not a bug
Status: assignedclosed

Never mind. Found the real reason in mousemodes.py. Will re-map to a different combination.

Note: See TracTickets for help on using tickets.