This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: (no)deadkeys keyboard default setting


Alexander Gottwald wrote:

> > Aside: I am not sure that the default XkbVariant="nodeadkeys" is a
> > good idea. 
> 
> I think you're right. I'll remove the nodeadkeys again.

@Harold: Can you please apply this patch? It changes the default keyboard
layout for germany to plain "de".  

--- winconfig.c.orig    Mon May 26 19:52:41 2003
+++ winconfig.c Mon May 26 19:53:02 2003
@@ -230,7 +230,7 @@
 WinKBLayoutRec winKBLayouts[] = {
     {0x405, 4, "pc105", "cz", NULL,         NULL, "Czech"},
     {0x406, 4, "pc105", "dk", NULL,         NULL, "Danish"},
-    {0x407, 4, "pc105", "de", "nodeadkeys", NULL, "German (Germany)"},
+    {0x407, 4, "pc105", "de", NULL,         NULL, "German (Germany)"},
     {0x809, 4, "pc105", "gb", NULL,         NULL, "English (United Kingdom)"},
     {0x40a, 4, "pc105", "es", NULL,         NULL, "Spanish (Spain, Traditional Sort)"},
     {0x40b, 4, "pc105", "fi", NULL,         NULL, "Finnish"},

bye
   ago
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]