Go to the first, previous, next, last section, table of contents.


Keymaps

A keymap is a Lisp object defining a mapping between input events (see section Input Events) and commands to be executed when the event loop (see section Event Loop) receives the input event.

Function: keymapp object
Returns t when object is a keymap.


Go to the first, previous, next, last section, table of contents.