s�ndagen den 15 december 2002 21.31 skrev Mike A. Harris:
>
> I believe the correct fix is to use KP_Separator
>
Didn't know of that one (as most other internals in XFree). I made new patches
(against CVS this time). I noted that the german keyboard was fixed a while ago,
and this is the same patch.

To apply the patch directly to an installed XFree do:
        cd /etc/X11/xkb/symbols
        patch -p3 -b < keypad-se+no-dk-fi.diff

Where do I send the patch (attached) so It gets itself into CVS?

A related question is: Where do I find a working archive of the mailing lists?


-- robin
Index: programs/xkbcomp/symbols/dk
===================================================================
RCS file: /cvs/xc/programs/xkbcomp/symbols/dk,v
retrieving revision 3.6
diff -u -r3.6 dk
--- programs/xkbcomp/symbols/dk	2001/01/17 23:45:58	3.6
+++ programs/xkbcomp/symbols/dk	2002/12/15 22:20:58
@@ -75,7 +75,9 @@
                  	[      dead_tilde,      dead_caron      ]};
 
 
-    // End alphanumeric section
+    // End alphanumeric section, begin "Keypad"
+    key <KPDL> {	[  KP_Delete,	KP_Separator	]	};
+    // End "Keypad" section
 
     // begin modifier mappings
     
Index: programs/xkbcomp/symbols/fi
===================================================================
RCS file: /cvs/xc/programs/xkbcomp/symbols/fi,v
retrieving revision 3.8
diff -u -r3.8 fi
--- programs/xkbcomp/symbols/fi	2002/10/11 02:00:29	3.8
+++ programs/xkbcomp/symbols/fi	2002/12/15 22:20:59
@@ -84,7 +84,9 @@
     key <AD12> {   	[  dead_diaeresis, dead_circumflex      ],
                  	[      dead_tilde,      dead_caron      ]};
 
-    // End alphanumeric section
+    // End alphanumeric section, begin "Keypad"
+    key <KPDL> {	[  KP_Delete,	KP_Separator	]	};
+    // End "Keypad" section
 
     // Begin modifier mappings
     
Index: programs/xkbcomp/symbols/no
===================================================================
RCS file: /cvs/xc/programs/xkbcomp/symbols/no,v
retrieving revision 3.9
diff -u -r3.9 no
--- programs/xkbcomp/symbols/no	2001/01/17 23:45:59	3.9
+++ programs/xkbcomp/symbols/no	2002/12/15 22:20:59
@@ -75,7 +75,9 @@
                  	[      dead_tilde,      dead_caron      ]};
 
  
-    // End alphanumeric section
+    // End alphanumeric section, begin "Keypad"
+    key <KPDL> {	[  KP_Delete,	KP_Separator	]	};
+    // End "Keypad" section
 
     // begin modifier mappings
     
Index: programs/xkbcomp/symbols/se
===================================================================
RCS file: /cvs/xc/programs/xkbcomp/symbols/se,v
retrieving revision 3.9
diff -u -r3.9 se
--- programs/xkbcomp/symbols/se	2002/12/14 01:41:12	3.9
+++ programs/xkbcomp/symbols/se	2002/12/15 22:20:59
@@ -77,7 +77,9 @@
                  	[      dead_tilde,      dead_caron      ]};
 
  
-    // End alphanumeric section
+    // End alphanumeric section, begin "Keypad"
+    key <KPDL> {	[  KP_Delete,	KP_Separator	]	};
+    // End "Keypad" section
 
     // begin modifier mappings
     

Reply via email to