fix duplicate section names
authorGood Guy <good1.2guy@gmail.com>
Wed, 2 Jun 2021 01:21:44 +0000 (19:21 -0600)
committerGood Guy <good1.2guy@gmail.com>
Wed, 2 Jun 2021 01:21:44 +0000 (19:21 -0600)
parts/Stuff.tex
parts/Trouble.tex

index 239f41d71eae02b0a7270e1019747952d9320cf2..0c3bc643813428765290880c5c0e65a01c1508d5 100644 (file)
@@ -15,7 +15,7 @@ There are 3 types of copy/cut and paste methods which exist in X windows, and mo
     \item[copy and paste] called secondary (or clipboard) selection. Some more modern programs use Ctrl-C/Ctrl-X and Ctrl-V for this (some use other keys or qualifiers, like Shift).
 \end{description}
 
-\subsection*{How it works:}%
+\subsection*{How Copy/Paste works:}%
 \label{sub:how_it_works}
 
 All of the methods use window \textit{properties} to attach data, called a selection, to a source window.  The program advertises the selection by using the X server.  The window property used determines which selection type is set/advertised by the new selection.
index 59dc614bb294757efcebe34fbbcd297442d0dbbc..22a1b0929c65163490c13f396b8499643c96e6d4 100644 (file)
@@ -15,7 +15,7 @@ From within the program, you can invoke \textit{Context Help}, which references
 
 Context help can be requested from almost any \CGG{} window or subwindow by pointing with the mouse cursor on the GUI element of interest and pressing \texttt{Alt/h}. That HTML manual page will be shown via the configured web browser, which is assumed as most relevant to the GUI element currently under the mouse pointer.
 
-\subsection{How it works}%
+\subsection{How Context Help works}%
 \label{sub:how_it_works}
 
 The hotkey to request context help is \texttt{Alt/h}. What particular help page is shown, depends on the mouse cursor location while \texttt{Alt/h} is pressed. Usually, when the mouse is located in some window or dialog, the help page related to the functionality of this window or dialog is shown. In this case the mouse can point either on some widget, or on an empty area in the window. In \CGG{} GUI there are several rich loaded windows, \textit{Timeline} and \textit{Compositor} for example. In such a case different help pages can be requested depending on the particular GUI element under the mouse. For example, pressing \texttt{Alt/h} while pointing on the \textit{Autos curve} in a track would show help on \textit{automation keyframes} section, pointing on the \textit{Overlay} mode button in the \textit{patchbay} would show help on \textit{overlays}, pointing on the \textit{camera control} in \textit{Compositor} would show help on \textit{camera and projector}.