Magellan Linux

Contents of /trunk/kbd/patches/kbd-1.12-meta-utf8.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 344 byte(s)
-import

1 --- kbd-1.12/src/ksyms.c.org 2005-01-11 16:38:32.000000000 +0100
2 +++ kbd-1.12/src/ksyms.c 2005-01-11 16:46:19.000000000 +0100
3 @@ -1710,6 +1710,8 @@
4 keycode = ksymtocode(s+5);
5 if (KTYP(keycode) == KT_LATIN)
6 return K(KT_META, KVAL(keycode));
7 + else if(prefer_unicode)
8 + return (0);
9 /* fall through to error printf */
10 }
11