> keycode 18 = +e +E currency > Control_e Control_e Control_e Meta_e > Meta_E Meta_Control_e > keycode 46 = +c +C cent > Control_c Control_c Control_c Meta_c > Meta_C Meta_Control_c > > They have a whole stack of modifiers, but I'm not sure what these do. > Changing the "+E" and "+C" to "+e" and "+c" only resulted in an > unusable keymap (I thought they might need inverting).
Well first of all, my version of "uk.map" (as od kbd-1.12, Slackware-10.0) doesn't look like yours at all. But anyway, try thos, change those lines above to: keycode 18 = e keycode 46 = c that way you'll loose the "currency" and "cent" characters, but you can add them on separete lines like this (I think): altgr keycode 18 = currency altgr keycode 46 = cent -- damjan | ÐÐÐÑÐÐ This is my jabber ID --> [EMAIL PROTECTED] <-- not my mail address!!! -- Linux-UTF8: i18n of Linux on all levels Archive: http://mail.nl.linux.org/linux-utf8/
