Index: [thread] [date] [subject] [author]
  From: becka@rz.uni-duesseldorf.de
  To  : mailing list GGI <ggi-develop@eskimo.com>
  Date: Mon, 5 Apr 1999 20:16:46 +0200 (MEST)

XGGI maps - slight problem detected. Fix included

Hi all !

It seems we have a slight problem with the defaults for the modifiers in
the latest version of XGGI.

Adding the following lines to the .base map fixes this:

--snip--
clear shift
clear control
clear lock
clear mod1
clear mod2
clear mod3
clear mod4
clear mod5

add shift = Shift_R
add shift = Shift_L
add control = Control_L
add control = Control_R
add lock = Shift_Lock
--snip--

Moreover the german keymap misses the correct mapping for the AltGr key,
which you can fix by adding the following line to the .de_de file:

--snip--
keycode 119 = Mode_switch
--snip--

I've CCed to Marcus, who will hopefully include those fixes (and investigate
the original problem) when he's back from his vacation.

CU, ANdy

-- 
= Andreas Beck                    |  Email :  <andreas.beck@ggi-project.org> =

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