widget-keymap
widget-keymap is a variable defined in `
wid-edit.el
'.
Its value is shown
below.
Documentation:
Keymap containing useful binding for buffers containing widgets.
Recommended as a parent keymap for modes using widgets.
Note that such modes will need to require wid-edit.
Value:
(keymap
(13 . widget-button-press)
(down-mouse-1 . widget-button-click)
(down-mouse-2 . widget-button-click)
(backtab . widget-backward)
(S-tab . widget-backward)
(27 keymap
(9 . widget-backward))
(9 . widget-forward))