On 1/25/11 2:45 PM, Peter Klügl wrote:
> Thank you for your answers. I'll follow your instructions and get
> back to you, if there are problems.
>
> About the key bindungs: I propose "," and "." in combination with CTRL
> and ALT
I created a jira issue for this change:
https://issues.apache.org/jira/browse/UIMA-2125
Do you know how to register a key binding which is combined with the ALT
key?
I tried something like this
setActionActivationCode("WideRightAnnotationSide", '.', -1, SWT.ALT);
but that does not work on OS X, because the character is also modified
by the ALT key.
Until I found out how to use the ALT key I will use CTRL in combination
with , . n m.
Jörn
|