Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Re: [Bug 19568] {} on a german keyboard [swt-carbon]


Sorry. I failed to say what I intended to.

What we need to do is:
1) allow menu options to fire based on key presses.
2) allow special keys to be typed on the keyboard.

It seems like all that needs to happen to do this is to look at the values which are passed to setAccelerator in MenuItem, and hook the command key whenever we see SWT.CONTROL. Everything else should just work. Am I wrong?

McQ.



Björn Bubbat <bjoern@xxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

07/09/2002 10:06 AM
Please respond to platform-swt-dev

       
        To:        platform-swt-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [platform-swt-dev] Re: [Bug 19568] {} on a german keyboard [swt-carbon]


Hi!

> I'm still confused here. The Mac "Command" key is what we should be
> marking as equivalent to the "ALT". Is this key also what is used to
> enter  the special key codes? I thought it was the "option" key in
> this case.

I don't know what the discussion is about, but the "ALT" key is the
equivalent of the "option" key. Using the "command" key in replacement
for the ALT/option key is not a real good idea. The command key is used
for shortcuts. This could be quite confusing.


Björn
--
"The only problem with Microsoft is they just have no taste."
- Steve Jobs, Apple CEO

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top