Do you happen to know what the Java KeyStroke settings are for Command-X on the Mac? I can write a little test program if you don't know offhand, but I thought I'd ask first ...


Nope, don't know. That's just like me, though. Ask for something and then offer no help in implementing it.


However, maybe you should check this out: http://developer.apple.com/technotes/tn/tn2042.html


It speaks of the java.awt.Toolkit.getMenuShortcutKeyMask() method, which is supposed to take care of that for you and remove platform specific coding for the menu shortcuts.
_________________________
-Aaron