On Tue, Feb 18, 2003 at 10:29:42PM -0800, Ilya Zakharevich wrote: > In Yawerty keyboard layout ve (+U0412) was duplicated (on W and B), > but be (+U0411) was missing. > > Enjoy, > Ilya > > --- ./src/chrtrans/yawerty_kb.h-pre Tue Nov 30 19:33:02 1999 > +++ ./src/chrtrans/yawerty_kb.h Tue Feb 18 19:17:36 2003
Since this patch indicated that nobody is actually using the lynx layout, I took the opportunity to fix other problems with this keymap. It looks like the keymap is based on the "old" variant of yawerty (in terminology of XKBD (e.g., see http://www.sensi.org/lists/locale/msg00645.html)) with several misprints (e.g., there was an assumption that 0x40 and 0x60 are on the same key ;-) and several keys not correpsonding to any known variant. This patch fixes the problems, and updates the layout to the "best_hardsign_yo" layout. Enjoy, Ilya --- ./src/chrtrans/yawerty_kb.h-pre Sun Apr 27 16:38:00 2003 +++ ./src/chrtrans/yawerty_kb.h Tue Feb 3 05:28:10 2004 @@ -4,18 +4,18 @@ static LYKbLayout_t kb_layout_yawerty[12 0x0010, 0x0011, 0x0012, 0x0013, 0x0014, 0x0015, 0x0016, 0x0017, /* 10..17 */ 0x0018, 0x0019, 0x001A, 0x001B, 0x001C, 0x001D, 0x001E, 0x001F, /* 18..1F */ -0x0020, 0x0021, 0x0022, 0x0023, 0x0024, 0x0025, 0x0026, 0x0027, /* 20..27 */ -0x0028, 0x0029, 0x002A, 0x002B, 0x002C, 0x002D, 0x002E, 0x002F, /* 28..2F */ +0x0020, 0x0021, 0x0022, 0x044a, 0x042a, 0x0451, 0x0026, 0x0027, /* 20..27 */ +0x0028, 0x0029, 0x002A, 0x042d, 0x002C, 0x002D, 0x002E, 0x002F, /* 28..2F */ 0x0030, 0x0031, 0x0032, 0x0033, 0x0034, 0x0035, 0x0036, 0x0037, /* 30..37 */ -0x0038, 0x0039, 0x003A, 0x003B, 0x003C, 0x003D, 0x003E, 0x003F, /* 38..3F */ +0x0038, 0x0039, 0x003A, 0x003B, 0x003C, 0x044d, 0x003E, 0x003F, /* 38..3F */ -0x042e, 0x0410, 0x0411, 0x0426, 0x0414, 0x0415, 0x0424, 0x0413, /* 40..47 */ +0x0040, 0x0410, 0x0411, 0x0426, 0x0414, 0x0415, 0x0424, 0x0413, /* 40..47 */ 0x0425, 0x0418, 0x0419, 0x041a, 0x041b, 0x041c, 0x041d, 0x041e, /* 48..4F */ -0x041f, 0x042f, 0x0420, 0x0421, 0x0422, 0x0423, 0x0416, 0x0412, /* 50..57 */ -0x042c, 0x042b, 0x0417, 0x0448, 0x044d, 0x0449, 0x0447, 0x044a, /* 58..5F */ +0x041f, 0x042f, 0x0420, 0x0421, 0x0422, 0x0423, 0x0412, 0x0416, /* 50..57 */ +0x042c, 0x042b, 0x0417, 0x0448, 0x044e, 0x0449, 0x0401, 0x005F, /* 58..5F */ -0x044e, 0x0430, 0x0431, 0x0446, 0x0434, 0x0435, 0x0444, 0x0433, /* 60..67 */ +0x0447, 0x0430, 0x0431, 0x0446, 0x0434, 0x0435, 0x0444, 0x0433, /* 60..67 */ 0x0445, 0x0438, 0x0439, 0x043a, 0x043b, 0x043c, 0x043d, 0x043e, /* 68..6F */ -0x043f, 0x044f, 0x0440, 0x0441, 0x0442, 0x0443, 0x0436, 0x0432, /* 70..77 */ -0x044c, 0x044b, 0x0437, 0x0428, 0x042d, 0x0429, 0x0427, 0x0000 /* 78..7F */ +0x043f, 0x044f, 0x0440, 0x0441, 0x0442, 0x0443, 0x0432, 0x0436, /* 70..77 */ +0x044c, 0x044b, 0x0437, 0x0428, 0x042e, 0x0429, 0x0427, 0x0000 /* 78..7F */ }; ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
