blob: 52c4aa3f1f1101c8f31829d8a99da592d992e814 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<h1 class="subsection">Keyboard Macros</h1> <dl compact> <dt id="index-start_002dkbd_002dmacro-_0028C_002dx-_0028_0029"><span><code>start-kbd-macro (C-x ()</code></span></dt> <dd>
<p>Begin saving the characters typed into the current keyboard macro. </p> </dd> <dt id="index-end_002dkbd_002dmacro-_0028C_002dx-_0029_0029"><span><code>end-kbd-macro (C-x ))</code></span></dt> <dd>
<p>Stop saving the characters typed into the current keyboard macro and save the definition. </p> </dd> <dt id="index-call_002dlast_002dkbd_002dmacro-_0028C_002dx-e_0029"><span><code>call-last-kbd-macro (C-x e)</code></span></dt> <dd>
<p>Re-execute the last keyboard macro defined, by making the characters in the macro appear as if typed at the keyboard. </p> </dd> <dt id="index-print_002dlast_002dkbd_002dmacro-_0028_0029"><span><code>print-last-kbd-macro ()</code></span></dt> <dd>
<p>Print the last keyboard macro defined in a format suitable for the <var>inputrc</var> file. </p> </dd> </dl><div class="_attribution">
<p class="_attribution-p">
Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.<br>Licensed under the GNU Free Documentation License.<br>
<a href="https://www.gnu.org/software/bash/manual/html_node/Keyboard-Macros.html" class="_attribution-link">https://www.gnu.org/software/bash/manual/html_node/Keyboard-Macros.html</a>
</p>
</div>
|