|
||||
Strange backspace behavior(Linux/X11R6)ProblemBackspace key steps one character to the right after deleting the character to the left of the cursor. Repeated deletes, therefore, delete to the right of the cursor instead of to the left. NoteThis problem seems to occur on Linux platforms using X11R6. On platforms using X11R5 the problem has not been encountered. FixPut the following lines into X resources, for example .Xdefaults file in user's home directory:
ebench*XmText*Translations: \ #override
|