The following translations
provide (GNU style) EMACS control and meta key bindings plus some
additional bindings. When appropriate, they also allow the Shift
key to be used in combination with the normal binding to reverse
the direction of the operation. For example, Ctrl+Shift+F will move
the cursor backward a character since Ctrl+F normally moves it forward
a character.
The additional bindings are:
- Ctrl+comma
backward-word
- Ctrl+Shift+comma
forward-word
- Ctrl+period
forward-word
- Ctrl+Shift+period
backward-word
- Ctrl+Return
end-of-file
- Ctrl+Shift+Return
beginning-of-file
GNU EMACS binds delete-previous-character() rather than delete-next-
character() to the Delete key. Meta+F is normally the mnemonic for
the File menu, so the binding to forward-word() will be ignored.
Use one of the other bindings for forward-word (for example, Ctrl+period).