| Re: [platform-swt-dev] Re: [Bug 19568] {} on a german keyboard [swt-carbon] |
a) That's confusing. Command->CTRL. Ctrl->ALT. Alt/option->nothing.
Have you tried it? I did, so I *know* its not confusing :-) (and I'm switching between Window and Mac several times a day) Eclipse on Mac has used Command instead of Control from the beginning, and nobody has ever complained :-)
b) Alt/option->nothing doesn't allow the alternate-menu usage of option.
Is this just something to get code written for other platforms to work without a lot of change? Mapping Ctrl->Alt is going to be very weird for the user if any existing applications use Alt for anything. The user can see "alt" plainly printed on the option key.
The basic problem is, SWT is one key short. Ergo, cramming the Macintosh into that mold loses a key.
How about adding SWT.COMMAND? Then the mapping could be Command->COMMAND, Ctrl->CTRL, Alt->ALT.
Would not help. See my earlier posting how modifiers are used on the Mac.
--andre