Git commit 7143faf02372a82f64f5e597ffb931aa47041d0e by Burkhard Lück.
Committed on 08/02/2017 at 09:43.
Pushed by lueck into branch 'master'.

use default entities &Ctrl; + &Shift;

M  +1    -1    docbook/kst/intro-chapter.docbook
M  +14   -14   docbook/kst/plotsandwindows-chapter.docbook
M  +6    -6    docbook/kst/tutorial.docbook

https://commits.kde.org/kst-plot/7143faf02372a82f64f5e597ffb931aa47041d0e

diff --git a/docbook/kst/intro-chapter.docbook 
b/docbook/kst/intro-chapter.docbook
index 1222e250..7949fa11 100644
--- a/docbook/kst/intro-chapter.docbook
+++ b/docbook/kst/intro-chapter.docbook
@@ -121,7 +121,7 @@ the data wizard options and settings, refer to the <link 
linkend="datawizard">Da
 
 <para>
 Any plot displayed in &kst; can be manipulated.  For example, dragging a 
rectangle anywhere within a plot
-will zoom in to that section of the plot.  Holding <keycap>Ctrl</keycap> or 
<keycap>Shift</keycap> while
+will zoom in to that section of the plot.  Holding &Ctrl; or &Shift; while
 dragging will zoom in on the x or y axis only, respectively, and tapping the 
arrow keys scrolls a plot.
 See
 <link linkend="workingwithplotsandwindows">Working with Plots and 
Window</link> for more details on
diff --git a/docbook/kst/plotsandwindows-chapter.docbook 
b/docbook/kst/plotsandwindows-chapter.docbook
index 3e4bf2ab..15e614fb 100644
--- a/docbook/kst/plotsandwindows-chapter.docbook
+++ b/docbook/kst/plotsandwindows-chapter.docbook
@@ -591,7 +591,7 @@ the plot dialog settings are applied.
 The list of existing plot markers for this plot are listed under 
<guilabel>Defined plot markers</guilabel>.
 To remove plot markers, highlight the desired markers in the list and click 
the <guibutton>Remove</guibutton> button.
 Multiple markers can be selected for removal by clicking and dragging within 
the list, or by holding down the
-<keycap>Shift</keycap> or <keycap>Ctrl</keycap> key and clicking on items in 
the list. To remove all plot markers
+&Shift; or &Ctrl; key and clicking on items in the list. To remove all plot 
markers
 for this plot, click the <guilabel>Remove All</guilabel> button.  Note that 
plot marker
 additions or removals made from the <guilabel>Markers</guilabel> tab are not 
applied unless
 the plot dialog settings are applied.
@@ -952,9 +952,9 @@ a certain time range, if the x axis happens to represent a 
time vector.
 </para>
 <tip>
 <para>
-You can quickly switch to X Mouse Zoom mode by holding down 
<keycap>Ctrl</keycap>.  The mouse
+You can quickly switch to X Mouse Zoom mode by holding down &Ctrl;.  The mouse
 cursor will change to indicate the new mode. Releasing
- <keycap>Ctrl</keycap> will return you to the previous mouse zoom mode.
+ &Ctrl; will return you to the previous mouse zoom mode.
 </para>
 </tip>
 
@@ -970,9 +970,9 @@ is concentrated around a horizontal line.
 </para>
 <tip>
 <para>
-You can quickly switch to Y Mouse Zoom mode by holding down 
<keycap>Shift</keycap>.  The mouse
+You can quickly switch to Y Mouse Zoom mode by holding down &Shift;.  The mouse
 cursor will change to indicate the new mode. Releasing
- <keycap>Shift</keycap> will return you to the previous mouse zoom mode.
+ &Shift; will return you to the previous mouse zoom mode.
 </para>
 </tip>
 </sect3>
@@ -1021,19 +1021,19 @@ The actual zoom level is not changed.</entry>
 </row>
 <row>
 <entry><guimenuitem>X-Zoom Maximum</guimenuitem></entry>
-<entry><keycombo 
action="simul"><keycap>Ctrl</keycap><keycap>M</keycap></keycombo></entry>
+<entry><keycombo action="simul">&Ctrl;<keycap>M</keycap></keycombo></entry>
 <entry>Sets the x axis scale such that the x values for all data points are 
between the
 minimum and maximum of the x axis.  The y axis scale is unaltered.</entry>
 </row>
 <row>
 <entry><guimenuitem>X-Zoom Out</guimenuitem></entry>
-<entry><keycombo 
action="simul"><keycap>Shift</keycap><keysym>Right</keysym></keycombo></entry>
+<entry><keycombo 
action="simul">&Shift;<keysym>Right</keysym></keycombo></entry>
 <entry>For a non-logarithmic x axis, increases the length of the x axis by a 
factor of approximately 0.5, without changing the
 midpoint of the x axis.  The y axis scale is unaltered.</entry>
 </row>
 <row>
 <entry><guimenuitem>X-Zoom In</guimenuitem></entry>
-<entry><keycombo 
action="simul"><keycap>Shift</keycap><keysym>Left</keysym></keycombo></entry>
+<entry><keycombo action="simul">&Shift;<keysym>Left</keysym></keycombo></entry>
 <entry>For a non-logarithmic x axis, decreases the length of the x axis by a 
factor of approximately 0.5, without changing the
 midpoint of the x axis. The y axis scale is unaltered.</entry>
 </row>
@@ -1044,19 +1044,19 @@ midpoint of the x axis. The y axis scale is 
unaltered.</entry>
 </row>
 <row>
 <entry><guimenuitem>Y-Zoom Maximum</guimenuitem></entry>
-<entry><keycombo 
action="simul"><keycap>Shift</keycap><keycap>M</keycap></keycombo></entry>
+<entry><keycombo action="simul">&Shift;<keycap>M</keycap></keycombo></entry>
 <entry>Sets the y axis scale such that the y values for all data points are 
between the
 minimum and maximum of the y axis.  The x axis scale is unaltered.</entry>
 </row>
 <row>
 <entry><guimenuitem>Y-Zoom Out</guimenuitem></entry>
-<entry><keycombo 
action="simul"><keycap>Shift</keycap><keysym>Up</keysym></keycombo></entry>
+<entry><keycombo action="simul">&Shift;<keysym>Up</keysym></keycombo></entry>
 <entry>For a non-logarithmic y axis, increases the length of the y axis by a 
factor of approximately 0.5, without changing the
 midpoint of the y axis.  The x axis scale is unaltered.</entry>
 </row>
 <row>
 <entry><guimenuitem>Y-Zoom In</guimenuitem></entry>
-<entry><keycombo 
action="simul"><keycap>Shift</keycap><keysym>Down</keysym></keycombo></entry>
+<entry><keycombo action="simul">&Shift;<keysym>Down</keysym></keycombo></entry>
 <entry>For a non-logarithmic y axis, decreases the length of the y axis by a 
factor of approximately 0.5, without changing the
 midpoint of the y axis.  The x axis scale is unaltered.</entry>
 </row>
@@ -1111,8 +1111,8 @@ You can also scroll left or right in a plot by using the 
mouse wheel (if availab
 <para>
 To quickly go forwards or backwards along the x axis, select <guimenuitem>Back 
1 Screen</guimenuitem>
 or <guimenuitem>Advance 1 Screen</guimenuitem> from the 
<guimenu>Range</guimenu> menu.  The keyboard
-shortcuts, <keycombo 
action="simul"><keycap>Ctrl</keycap><keysym>Left</keysym></keycombo> and
-<keycombo 
action="simul"><keycap>Ctrl</keycap><keysym>Right</keysym></keycombo> 
respectively, can be
+shortcuts, <keycombo action="simul">&Ctrl;<keysym>Left</keysym></keycombo> and
+<keycombo action="simul">&Ctrl;<keysym>Right</keysym></keycombo> respectively, 
can be
 used as well.
 </para>
 </tip>
@@ -1309,7 +1309,7 @@ until the plot is the desired shape and size.
 <title>Selecting Multiple Plots and Grouping Plots</title>
 <para>
 Two or more plots can be selected together in layout mode.  To select the 
plots,
-hold down the <keycap>Shift</keycap> key and either sequentially click on each 
plot you wish to
+hold down the &Shift; key and either sequentially click on each plot you wish 
to
 select, or drag to draw a dotted rectangle around a group of plots.  The 
selected plots
 will be indicated by a gray border around each plot:
 </para>
diff --git a/docbook/kst/tutorial.docbook b/docbook/kst/tutorial.docbook
index d4f0f2bc..b2dfc221 100644
--- a/docbook/kst/tutorial.docbook
+++ b/docbook/kst/tutorial.docbook
@@ -239,7 +239,7 @@ special vector in &kst; that contains integers from 0 to 
N-1, where N
 is the number of frames read in the corresponding Y axis vector.
 Close &kst; by selecting <guimenuitem>Quit</guimenuitem> from the
 <guimenu>File</guimenu> menu, or by typing <keycombo
-action="simul"><keycap>Ctrl</keycap><keycap>Q</keycap></keycombo>.
+action="simul">&Ctrl;<keycap>Q</keycap></keycombo>.
 </para>
 
 <para>
@@ -620,11 +620,11 @@ icon in the tool bar.  This is the default mode.
 <para>
 To zoom into a region of interest, left-click drag a box in the window with 
the mouse.
 When you release the mouse, the window will zoom in X and Y into the region 
you selected.
-Holding <keycap>Shift</keycap> when you do this will cause the plot to zoom 
only in Y.  
-Holding <keycap>Ctrl</keycap> when you do this will cause the plot to zoom 
only in X.
+Holding &Shift; when you do this will cause the plot to zoom only in Y.  
+Holding &Ctrl; when you do this will cause the plot to zoom only in X.
 </para>
 <para>
-Arrow keys scroll the plot. Arrow keys with <keycap>Shift</keycap> held down 
will change the scale.
+Arrow keys scroll the plot. Arrow keys with &Shift; held down will change the 
scale.
 The <keycap>M</keycap> key auto-zooms the plots to view all of the data.  Play 
around with these
 options to become familier with the various options.
 </para>
@@ -658,7 +658,7 @@ that the lower plot will become blank.  This is because the 
lower plot
 axes have changed to match the upper plot axes, and there is no data
 in that particular region of the lower plot. Type <keycap>M</keycap>
 while the mouse cursor is over either plot to return to maximum zoom
-on both plots.  Now hold down <keycap>Ctrl</keycap> (this is
+on both plots.  Now hold down &Ctrl; (this is
 equivalent to selecting <guimenu>X Mouse Zoom Mode</guimenu> from the
 <guimenu>Mode</guimenu> menu or clicking the
 <inlinemediaobject><imageobject><imagedata
@@ -667,7 +667,7 @@ format="PNG"/></imageobject></inlinemediaobject> toolbar 
button). If you
 then move the mouse, you will see that it is now dragging a vertical line
 the heght of the plots in both of the plots that are tied to gether.  
 While keeping
-<keycap>Ctrl</keycap> held down, drag a rectangle in the middle plot.
+&Ctrl; held down, drag a rectangle in the middle plot.
 While dragging, the region you are selecting will be displayed in both 
 tied plots.  Both plots will rescale to the region you have selected.
 </para>

Reply via email to