How can I get the delete key to work correctly, at the moment it behaves
like back space. I need to alter the behavour both on the command line and
when using emacs.
thanks
Jonathan Booth
thanks
Jonathan Booth
1. getting Delete key to DELETE on RS6000
On the RS6000's I use, I'm trying to figure out how to get the Delete
key to be DELETE (I have erase set to ^? and I use emacs -- so I don't
want to use Ctrl-H for destructive backspace). Currently, Backspace
and Shift-Backspace generate Ctrl-H, Ctrl-Backspace generates DELETE,
and Delete generates Ctrl-[ [ P (same as Esc [ P).
Looking through the documentation, it looks like I may be able to use
chkeymap, but I couldn't figure out how to use it (I couldn't find the
section of the manual which gave the keyboard position codes). My
understanding is that each key on the keyboard has a keyboard position
code, so if I know the keyboard position code for the Delete key, I
could get the behavior I desire with a command like:
chkeymap -tc -sb -kNNN -d127
(where NNN is the keyboard position code for the Delete key; 127 is
the ASCII code for DELETE). Or perhaps I am misunderstadning how this
command works.
I would like this change to stay in effect when I use X also.
For when I use X, I tried to use xmodmap to change this behavior. I
gave it the following command
keysym BackSpace = BackSpace Delete
in the hopes that I could get Shift-Backspace to be DELETE, but all
that did was make Shift-Backspace generate Ctrl-[ [ P.
If anyone can tell me how to do this or explain how this key mapping
stuff works, I would appreciate it.
Thanks.
--
Milt Epstein
Department of Computer Science
University of Illinois
2. Help?! Something *very* strange after upgrade to RedHat 3.0.3
3. Getting KEYS to work (DELETE, BACKSPACE)
4. LinuxPPC -- Installation/setup troubles
5. Remapping Keys (want delete key to delete etc!)
6. Quantum 1080S, greater than 1024 cylinders
7. How to make Delete key delete forward?
9. How to (setq delete-key-deletes-forward t) in syscons?
10. how can my delete key delete?
11. How Do I Get Delete Key to delete?
12. delete key = delete-next-char?
13. newbie question: backspace key in Netscape is acting like the delete key