Variable: ctl-x-5-map

ctl-x-5-map is a variable defined in subr.el.gz.

Value

.    xref-find-definitions-other-frame
0    delete-frame
1    delete-other-frames
2    make-frame-command
5    other-frame-prefix
C-f  find-file-other-frame
C-o  display-buffer-other-frame
b    switch-to-buffer-other-frame
c    clone-frame
d    dired-other-frame
f    find-file-other-frame
m    compose-mail-other-frame
o    other-frame
p    project-other-frame-command
r    find-file-read-only-other-frame
u    undelete-frame

Documentation

Keymap for frame commands.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defvar ctl-x-5-map (make-sparse-keymap)
  "Keymap for frame commands.")