Function: cua--prefix-override-handler
cua--prefix-override-handler is an interactive and byte-compiled
function defined in cua-base.el.gz.
Signature
(cua--prefix-override-handler)
Documentation
Start timer waiting for prefix key to be followed by another key.
Repeating prefix key when region is active works as a single prefix key.
Key Bindings
Aliases
cua-copy-handler
cua-cut-handler
Source Code
;; Defined in /usr/src/emacs/lisp/emulation/cua-base.el.gz
(defun cua--prefix-override-handler ()
"Start timer waiting for prefix key to be followed by another key.
Repeating prefix key when region is active works as a single prefix key."
(interactive)
(cua--prefix-override-replay 0))