Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Mon, 6 Jul 1998 21:51:13 +1000

Keyboard Change

Hi folks,

Could we please decide the KT_LATIN/KT_LETTER keyboard issue ?  I have
just "fixed" the X_common/events.c to put the Latin1 keys back where
they previously were (0xF0xx) -- current programs expect this behaviour
and AFAIK no decision has been made yet.

Here's the plan: abolish the KT_LATIN and KT_LETTER defines, and let
keys like 'A' have their proper unicode value (0x0041).  Much nicer.
How about it ?

Making this change also means we need to update the namespace -- we're
gonna need translation from Linux keysyms -> GGI keysyms and to do that
we're gonna have to #include both linux/keyboard.h and ggi/keyboard.h.

The namespace I have in mind is:

   keys: GGI_KEY_ENTER, GGI_KEY_F1, GGI_KEY_INSERT, ...
   types: GGI_KT_SPEC, GGI_KT_FN, GGI_KT_SHIFT, ...
   modifiers: GGI_KM_SHIFT, GGI_KM_CTRL, GGI_KM_ALT, ...
  
Cheers,
_____________________________________________  ____
                                               \  /
  Andrew Apted   <andrew@ggi-project.org>       \/
  

Index: [thread] [date] [subject] [author]