Re: [patch for 4.3] define Alt/Meta modifiers for jp106 kbd

2003-02-03 Thread David Dawes
On Mon, Feb 03, 2003 at 12:04:12PM +0900, Jens Petersen wrote:
With current cvs, the Alt and Meta modifiers aren't defined
for Japanese keyboards, and further Ctrl-Alt-Fn doesn't
work.  For Japanese users this is a bit of a showstopper for
4.3 IMHO.  I have a feeling this also affects other non-US
keyboard files...

The patch below fixes this, adding Alt and Meta modifiers to
the Japanese jp106 keyboard symbols file and including the
definitions for Ctrl-Alt-Fn.  Could it please applied for 4.3?

I've committed it -- thanks.  I've also added the Ctrl-Alt-* maps to a
few others that were missing them.  I'm not sure if any more need them.

David
-- 
David Dawes
Release Engineer/Architect  The XFree86 Project
www.XFree86.org/~dawes
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel



[patch for 4.3] define Alt/Meta modifiers for jp106 kbd

2003-02-02 Thread Jens Petersen
With current cvs, the Alt and Meta modifiers aren't defined
for Japanese keyboards, and further Ctrl-Alt-Fn doesn't
work.  For Japanese users this is a bit of a showstopper for
4.3 IMHO.  I have a feeling this also affects other non-US
keyboard files...

The patch below fixes this, adding Alt and Meta modifiers to
the Japanese jp106 keyboard symbols file and including the
definitions for Ctrl-Alt-Fn.  Could it please applied for 4.3?



--- xc/programs/xkbcomp/symbols/jp~ 2003-01-27 20:00:44.0 +0900
+++ xc/programs/xkbcomp/symbols/jp  2003-02-03 11:45:21.0 +0900
@@ -6,7 +6,7 @@
 // $XFree86: xc/programs/xkbcomp/symbols/jp,v 3.6 2001/01/17 23:45:58 dawes Exp $
 
 default xkb_symbols jp106 {
-
+include srvr_ctrl(xfree86)
 key ESC  { [ Escape  ]   };
 
 // Alphanumeric section
@@ -158,5 +158,6 @@
 modifier_map Shift  { Shift_L,Shift_R };
 modifier_map Lock   { Caps_Lock };
 modifier_map Control{ Control_L,Control_R };
+modifier_map Mod1   { Alt_L, Alt_R, Meta_L, Meta_R };
 };
 

Thanks, Jens
___
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel