|
@@ -65,14 +65,23 @@ It is planned to add additional commands, see chapter~\ref{ch:progress}.
|
|
|
The possible inputs are listed in table~\ref{table:keys}.
|
|
|
|
|
|
\begin{table}[htp]
|
|
|
- \begin{longtable}{|l|l|}
|
|
|
+ \begin{longtable}{|l|p{10cm}|}
|
|
|
\hline
|
|
|
Key & Action \\\hline\hline
|
|
|
- Left arrow key & Perform one forward step of the algorithm. \\\hline
|
|
|
- Right arrow key & Perform one backward step---i.e.\ undo one step of the algorithm. \\\hline
|
|
|
- P & Pause/unpause the automatic execution. Initially paused. \\\hline
|
|
|
- D & Print a debug table to standard out. \\\hline
|
|
|
+ Alt + Left arrow key & Perform one forward step of the algorithm, \enquote{step into}. \\\hline
|
|
|
+ Alt + Right arrow key & Perform one \enquote{step into} in backwards direction---i.e.\ undo one step of the algorithm. \\\hline
|
|
|
+ Alt + Up arrow key & Perform one \enquote{step over} in backwards direction. \\\hline
|
|
|
+ Alt + Down arrow key & Perform one \enquote{step over} in forwards direction. \\\hline
|
|
|
+ Alt + Page down & Perform one \enquote{step out} in forwards direction. \\\hline
|
|
|
+ Alt + Page up & Perform one \enquote{step out} in backwards direction. \\\hline
|
|
|
+ Alt + P & Activate forwards automatic execution. \\\hline
|
|
|
+ Alt + R & Activate backwards automatic execution. \\\hline
|
|
|
+ Alt + Pause & Pause automatic execution. \\\hline
|
|
|
+ Alt + G & Generate a random graph (opens a dialog window). \\\hline
|
|
|
+ Alt + S & Save the current graph to a file (opens a dialog window). \\\hline
|
|
|
+ Alt + L & Load a graph from a file (opens a dialog window). \\\hline
|
|
|
+ Alt + D & Show a debug table (in a new window). \\\hline
|
|
|
\end{longtable}
|
|
|
- \caption[Overview of the currently available keyboard commands]{Overview of the currently available keyboard commands. For the planned commands, see~\ref{ch:progress}.}
|
|
|
+ \caption[Overview of the available keyboard commands]{Overview of the available keyboard commands. For the planned commands, see~\ref{ch:progress}.}
|
|
|
\label{table:keys}
|
|
|
\end{table}
|