On Tue, 2002-01-15 at 20:30, Lukas Geyer wrote:
> The debian keymaps for X are broken for german ibooks. However, there is a
> quick and dirty fix which I attach. I do not know if US keymaps break with
> this fix,

You don't know??? Have you looked at your patch? ;) You remove Meta_L...

How about this one:

--- /etc/X11/xkb/symbols/macintosh/us.orig      Tue Jan 15 20:38:04 2002
+++ /etc/X11/xkb/symbols/macintosh/us   Tue Jan 15 20:38:49 2002
@@ -129,9 +129,9 @@
     key <RTSH> {       [  Shift_R      ]       };
     key <LCTL> {       [  Control_L    ]       };
     key <RCTL> {       [  Control_R    ]       };
-    key <LALT> {       [  Alt_L        ]       };
+    key <LALT> {       [  Alt_L, Mode_switch ] };
     key <RALT> {       [  Alt_R        ]       };
-    key <LWIN> {       [  Meta_L       ]       };
+    key <LWIN> {       [  Meta_L, Multi_key ]  };
     key <WWIN> {       [  Meta_R       ]       };
     // End "Modifier" section
 

This should put 'AltGr' on shift-alt/option and 'Compose' on
shift-command/apple (or vice versa, depending on your alt/meta
settings).


-- 
Earthling Michel D�nzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast

Reply via email to