Variable: tabulated-list-sort-button-map
tabulated-list-sort-button-map is a variable defined in
tabulated-list.el.gz.
Value
<follow-link> mouse-face
<header-line> <mouse-1> tabulated-list-col-sort
<header-line> <mouse-2> tabulated-list-col-sort
<mouse-1> tabulated-list-col-sort
<mouse-2> tabulated-list-col-sort
RET tabulated-list-sort
Documentation
Local keymap for tabulated-list-mode sort buttons.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/tabulated-list.el.gz
(defvar-keymap tabulated-list-sort-button-map
:doc "Local keymap for `tabulated-list-mode' sort buttons."
"<header-line> <mouse-1>" #'tabulated-list-col-sort
"<header-line> <mouse-2>" #'tabulated-list-col-sort
"<mouse-1>" #'tabulated-list-col-sort
"<mouse-2>" #'tabulated-list-col-sort
"RET" #'tabulated-list-sort
"<follow-link>" 'mouse-face)