Return-Path: Delivered-To: apmail-uima-user-archive@www.apache.org Received: (qmail 16311 invoked from network); 13 Apr 2011 12:32:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Apr 2011 12:32:18 -0000 Received: (qmail 9650 invoked by uid 500); 13 Apr 2011 12:32:18 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 9623 invoked by uid 500); 13 Apr 2011 12:32:18 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 9614 invoked by uid 99); 13 Apr 2011 12:32:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Apr 2011 12:32:18 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [132.187.3.28] (HELO mailrelay.rz.uni-wuerzburg.de) (132.187.3.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Apr 2011 12:32:10 +0000 Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id D6F5C5ACA6 for ; Wed, 13 Apr 2011 14:31:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id D55235AC14 for ; Wed, 13 Apr 2011 14:31:48 +0200 (CEST) X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Received: from [192.168.178.76] (dslb-084-056-088-071.pools.arcor-ip.net [84.56.88.71]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTPSA id A00D65CD4C for ; Wed, 13 Apr 2011 14:31:48 +0200 (CEST) Message-ID: <4DA597B3.7080004@uni-wuerzburg.de> Date: Wed, 13 Apr 2011 14:31:47 +0200 From: =?ISO-8859-15?Q?Peter_Kl=FCgl?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: user@uima.apache.org Subject: Re: CAS Editor questions References: <4D3EBEC5.1080609@uni-wuerzburg.de> <4D3ECCFF.9040401@gmail.com> <4D3ED3FD.9080704@uni-wuerzburg.de> <4DA5962C.10207@gmail.com> In-Reply-To: <4DA5962C.10207@gmail.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Hi, hmm, I don't know. I only use key bindings with commands. Something like: But "n", "m", "," and "." are also fine :-) Peter Am 13.04.2011 14:25, schrieb J�rn Kottmann: > 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