> Hello all. Newbie question. Is there a way to change the right ALT key > to send the same keycode as the left ALT key in a TELNET session?
Here are the lines I have in my /etc/X11/Xmodmap to minimize windows, make right delete into right control (on a laptop without a right control key), etc in olvwm. As you can see, you have to map keysyms and keycodes to actions that the client program understands. You test things out with xmodmap and if you like it, you put it in Xmodmap which is read when X comes up. keysym F3 = Meta_L F3 keysym F11 = L5 keysym F12 = L7 keycode 106 = Alt_R keycode 107 = Control_R add Control = Control_R -bhaskar ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.openprojects.net
