Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <e94_msu@elixir.e.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Sun, 16 Aug 1998 01:47:31 +0200

keyboard.h changes

I've gone over the keyboard.h and changed some things that were
too Linux/PC-specific or just too weird, and added in missing lots
of missing keys.

I've also made it Unicode compatible by shifting the "typ" 16 bits     
instead of 8, and at the same time I moved the linux to ggi keysym
mapping that the svgalib, suidkgi and fbdev targets does into a 
separate file:
display/common/linux2ggi_keysym.inc

Please have a look at it.

Btw, isn't there a way to tell left/right shift and eachother on the Linux console?

//Marcus

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