Daniel Dekany wrote: > On Windows keyboards there is a key next to the right Ctrl, which, > when pressed, should act like mouse right-click at the position of the > caret. This is especially handy for clicking on things underlined by > the on-the-fly spell-checker. It would be good if that key works in > XXE... I don't know if it's possible with pure Java.
Yes, this is possible. Java[tm] 1.5 supports the two following ``Windows keys'': CONTEXT_MENU (the one you are interested in) and WINDOWS. The problem is that XXE needs to run using a Java 1.4 runtime, where such definitions are not available. But this will change with XXE v4 (a major rewrite). > (Did you > considered using SWT in the future? Fells much more "native".) Frankly no.

