Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Keyboard-Macros.html
blob5552b34b43d14312deb266079ffc36c975dc9dcc
1 <html lang="en">
2 <head>
3 <title>Debugging with GDB</title>
4 <meta http-equiv="Content-Type" content="text/html">
5 <meta name="description" content="Debugging with GDB">
6 <meta name="generator" content="makeinfo 4.3">
7 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
8 </head>
9 <body>
10 <div class="node">
11 <p>
12 Node:<a name="Keyboard%20Macros">Keyboard Macros</a>,
13 Next:<a rel="next" accesskey="n" href="Miscellaneous-Commands.html#Miscellaneous%20Commands">Miscellaneous Commands</a>,
14 Previous:<a rel="previous" accesskey="p" href="Commands-For-Completion.html#Commands%20For%20Completion">Commands For Completion</a>,
15 Up:<a rel="up" accesskey="u" href="Bindable-Readline-Commands.html#Bindable%20Readline%20Commands">Bindable Readline Commands</a>
16 <hr><br>
17 </div>
19 <h4 class="subsection">Keyboard Macros</h4>
21 <dl>
23 <br><dt><code>start-kbd-macro (C-x ()</code>
24 <dd>Begin saving the characters typed into the current keyboard macro.
26 <br><dt><code>end-kbd-macro (C-x ))</code>
27 <dd>Stop saving the characters typed into the current keyboard macro
28 and save the definition.
30 <br><dt><code>call-last-kbd-macro (C-x e)</code>
31 <dd>Re-execute the last keyboard macro defined, by making the characters
32 in the macro appear as if typed at the keyboard.
34 </dl>
36 </body></html>