blob: 2f30d61e85046251d1744c412fffa3bf170722bc (
plain)
1
2
3
4
5
6
|
<h4 class="subsection">Keymap Type</h4> <p>A <em>keymap</em> maps keys typed by the user to commands. This mapping controls how the user’s command input is executed. A keymap is actually a list whose <small>CAR</small> is the symbol <code>keymap</code>. </p> <p>See <a href="keymaps">Keymaps</a>, for information about creating keymaps, handling prefix keys, local as well as global keymaps, and changing key bindings. </p><div class="_attribution">
<p class="_attribution-p">
Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br>
<a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/Keymap-Type.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/Keymap-Type.html</a>
</p>
</div>
|