On Mon, 3 Nov 2003 16:32:47 +0530, "Payal Rathod"
<[EMAIL PROTECTED]> said:
> A couple of keys on my k/b are not working. They are "(" and ")". This
> is a good k/b and I don't want to change it. Can I map the keys to some
> other non-used keys like F11 and F12?
> How to do this?Use xmodmap. Create an alternate xmodmap file with the keycodes of teh keys you want to map. For example, to launch the Gnome menu with the Windows key, I'd use something like keycode 115 =3D Super_L Use xkeycaps or xev to get the control code for the keys you want to change. This could be helpful - http://tldp.org/HOWTO/Keyboard-and-Console-HOWTO.html The f11 and f12 keys should be 0x57 and 0x58 respectively. Alternatively, try this(I dunno whether this will work :P) Dump the default keymaps with dumpkeys -l and then edit /etc/sysconfig/keyboard to your custom layout, something like KEYTABLE="/etc/sysconfig/console/myKeymap" -- Cheers -- Sthitaprajna http://puggy.symonds.net/~zeeble -- http://www.fastmail.fm - Faster than the air-speed velocity of an unladen european swallow ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
