Index: [thread] [date] [subject] [author]
  From: Andrew Apted <ajapted@netspace.net.au>
  To  : ggi-develop@eskimo.com
  Date: Wed, 16 Sep 1998 22:35:39 +1000

Re: Nixterm: a simple terminal for LibGGI

Steve writes:

>  On Wed, 16 Sep 1998, Andrew Apted wrote:
>  
>  > Now I would have assumed that X's keycode->keysym function
>  > (XLookupKeySym or some such) will convert CTRL+'c' to 0x0003.  
>  > Is that not the case ??
>  
>  Probably not.  But why is there an assumption that CTRL+'c' == 0x0003 ?
>  Couldn't some target/environment want to map CTRL+'c' to something else?

Yes, so the question is, what _should_ it map to under LibGGI ?  

I think the CTRL+<letter> thing is standard enough (in a de facto sort
of way) for us to adopt it for LibGGI.  The other alternative is just
GGIK_VOID, which is what you get with CTRL+';' etc, but I prefer the
former.  What do you think ?

Cheers,
_____________________________________________  ____
                                               \  /
  Andrew Apted   <andrew@ggi-project.org>       \/
  

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