| Did you know ... | Search Documentation: |
| editor->cua_key_as_prefix |
|event_id\C-x or \C-c as
Emacs prefix keys or CUA-mode Cut/Copy commands. The rules for this are
based on cua.el, a GNU-Emacs mode merging CUA
and Emacs by Kim F. Storm (storm@cua.dk):
<-mark_status),
map them to copy or cut..25
seconds, use map them to their Emacs prefix behaviour.
According to Kim this results in pretty normal behaviour for both
Emacs and CUA users. CUA users expect the bevahiour on the selection
only. Emacs users have some trouble with
\C-c or \C-x commands that act on the region,
but luckily these conflicts are acceptable.
The underlying behaviour is implemented by key_binding->typed.