|
@@ -62,10 +62,10 @@ Figure~\ref{fig:originalpapergraph} compares our results to those of Brandes and
|
|
|
\section{User interface}\label{sec:userInterface}
|
|
|
Currently the two main ways to interact with the application are keyboard events and graphical button-clicking.
|
|
|
The possible keyboard inputs are listed in table~\ref{table:keys}.
|
|
|
-These can also be used by clicking on one of the buttons displayed in figure~\ref{fig:sketch}.
|
|
|
+These can also be used by clicking on one of the buttons displayed in figures~\ref{fig:sketch} and~\ref{fig:full-application-example}.
|
|
|
|
|
|
%\begin{table}[htp]
|
|
|
- \begin{longtable}{|l|p{10cm}|}
|
|
|
+ \begin{longtable}{|l|p{12cm}|}
|
|
|
\hline
|
|
|
Key & Action \\\hline\hline
|
|
|
Alt + Left arrow key & Perform one forward step of the algorithm, \enquote{step into}. \\\hline
|
|
@@ -80,8 +80,9 @@ These can also be used by clicking on one of the buttons displayed in figure~\re
|
|
|
Alt + G & Generate a random graph (opens dialog window~\ref{fig:random-graph-dialog}). \\\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
|
|
|
- \caption[Overview of the available keyboard commands]{Overview of the available keyboard commands. For the planned commands, see~\ref{ch:progress}.}
|
|
|
+ Alt + D & Show a debug table (opens window~\ref{fig:debug-table}). \\\hline
|
|
|
+ \caption[Overview of the available keyboard commands]{Overview of the available keyboard commands.
|
|
|
+ The lazy user might not want to learn these by rote but instead use the buttons displayed in figures~\ref{fig:sketch} and~\ref{fig:full-application-example}.}
|
|
|
\label{table:keys}
|
|
|
\end{longtable}
|
|
|
%\end{table}
|