[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gzz] Problem with keybindings
From: |
Tuomas Lukka |
Subject: |
Re: [Gzz] Problem with keybindings |
Date: |
Tue, 5 Nov 2002 21:08:56 +0200 |
User-agent: |
Mutt/1.4i |
On Mon, Nov 04, 2002 at 06:27:54PM +0100, Marc Schiereck wrote:
> Hello,
>
> my problem is that I can't use the "Tab" key in gzz and it seems to be
> a naming problem. For example in the method
> "public void normalModeKeystroke(String k)"
> in the class DefaultBinder k is "Tabulator" when I'm pressing "Tab" but
> it's only checked for "Tab".
> I'm using Sun's JDK 1.4.1 and had the same problem using JDK 1.3 (but
> I just looked for the name in JDK 1.4.1)
Feel free to add the string "Tabulator" in to the if() statements where Tab
is checked.
Tuomas