[2167] in java-interest

home help back first fref pref prev next nref lref last post

RE: Function keys

daemon@ATHENA.MIT.EDU (Tako Schotanus)
Tue Sep 26 13:22:13 1995

From: Tako Schotanus <Tako.Schotanus@bouw.tno.nl>
To: "java-interest@java.Eng.Sun.COM" <java-interest@java.Eng.Sun.COM>
Date: Tue, 26 Sep 1995 15:44:52 +-100



>> If it is the intended action, is there any way I can extend
>> the keyboard handler to let me process the function keys?
>
>We didn't add function keys yet because it is hard to come up
>with a set of function keys that are on every keyboard! Maybe later.

Hmmm, and what if you define the most common ones like f1 - f10 and
cursor keys? If any of these doesn't exist for the platform you're using
you could always map some other key(s) to act like function keys.

Or you could have default key-bindings which will always be available,
whether your platform/keyboard has function keys or not (eg F1 - F10
might map to CTRL 1 - 0 and the cursor keys to CTRL u, d, l & r).

- Tako


-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post