Hi David, I wasn't clear enough, backspace behaves like delete, it deletes the character to the right. And I want it to delete to the left. The numeric values are BKSP = 22, DELE = 107. How can I get backspace to work as it should?
/Magnus >>> David Johnston <[EMAIL PROTECTED]> 2002-11-08 03:46:21 >>> On Thu, 2002-11-07 at 08:10, Magnus Olofsson wrote: > Hi > > We are running LTSP on Suse8.0. We are using swedish keymap. The backspace > behavior doesn't work as we want to. Backspace key deletes the > character behind and we want it to delete the character in front of > the cursor. Any ideas? Mangus, If I understand you, Backspace deletes the character to the left of the cursor, but you want it to delete the character to the right of the cursor? By definition, Backspace deletes to the left, Delete deletes to the right. You can swap this by editing <xroot>/lib/X11/xkb/keycodes/xfree86 and swapping the numeric values for BKSP and DELE. Does this help? -David ------------------------------------------------------- This sf.net email is sponsored by: Are you worried about your web server security? Click here for a FREE Thawte Apache SSL Guide and answer your Apache SSL security needs: http://www.gothawte.com/rd523.html _____________________________________________________________________ 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
