[gsharp-cvs] CVS update: gsharp/Doc/commands.tex
Robert Strandh
rstrandh at common-lisp.net
Thu Feb 19 06:48:09 UTC 2004
Update of /project/gsharp/cvsroot/gsharp/Doc
In directory common-lisp.net:/tmp/cvs-serv9894
Modified Files:
commands.tex
Log Message:
Added keyboard macros to reference manual.
Date: Thu Feb 19 01:48:09 2004
Author: rstrandh
Index: gsharp/Doc/commands.tex
diff -u gsharp/Doc/commands.tex:1.1.1.1 gsharp/Doc/commands.tex:1.2
--- gsharp/Doc/commands.tex:1.1.1.1 Mon Feb 16 10:46:23 2004
+++ gsharp/Doc/commands.tex Thu Feb 19 01:48:08 2004
@@ -174,3 +174,17 @@
& & (currently wipes the current buffer)\\
\hline
\end{tabular}
+
+\section{Keyboard macros}
+
+\begin{tabular}{|l|l|l|}
+\hline
+Key & Command name & Description\\
+\hline
+C-x ( & Start Keyboard Macro & Start recording keystrokes \\
+ & & for later execution \\
+C-x ) & End Keyboard Macro & Stop recording keystrokes \\
+C-x e & Call Last Keyboard Macro & Execute recorded keystrokes \\
+\hline
+\end{tabular}
+
More information about the Gsharp-cvs
mailing list