Hello, On Mon, 25 Aug 2008, Ravi Jaya wrote: > I using HCL leaptop notebook, in which key U & I is not working. Now ,my > requirement is to map this two keys (U and I) to > right and left windows keys respectively. I appreciate any sort of help or > pointers to fix this.
I don't understand what you mean by key U and I? The letter keys "u" and "i"? This would point to a defective keyboard which cannot be fixed by software hacking (in general). In any case, the key events are trapped and shown by "xev" which can be used to find the key events generated by unknown keys. If these keys do not generate key events then you probably need to see if they generate console key events using "showkey". Please read "man xev" and "man showkey" _before_ invoking these commands so that you can figure out how to quit from them! Regards, Kapil. -- _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
