diff options
author | Robert Antoni Buj Gelonch <[email protected]> | 2020-02-28 13:38:55 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-28 18:38:55 +0600 |
commit | a05604a59a9f07df1e74531486a45f404862bcf1 (patch) | |
tree | 467b614393d9eb9ea32dc87322f5e76ba6afd0b5 /help/C | |
parent | 7e94e3a78128733d43ef7a2cf44b0b65d220f339 (diff) | |
download | eom-a05604a59a9f07df1e74531486a45f404862bcf1.tar.bz2 eom-a05604a59a9f07df1e74531486a45f404862bcf1.tar.xz |
help: Fix Image Collection shortcut (#263)
* help: Fix Image Collection shortcut
* image collection shortcut fix on another section
Co-authored-by: Mohammad Abu Sakib <[email protected]>
Diffstat (limited to 'help/C')
-rw-r--r-- | help/C/index.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index e41bfd2..b6bdb03 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -370,7 +370,7 @@ <varlistentry> <term>Image Collection</term> <listitem> - <para>The image collection shows you all supported images in the current working directory. It shows up once an image has been loaded. To show or hide the collection, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Image Collection</guimenuitem></menuchoice> or press <keycap>F9</keycap>.</para> + <para>The image collection shows you all supported images in the current working directory. It shows up once an image has been loaded. To show or hide the collection, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Image Collection</guimenuitem></menuchoice> or press <keycombo><keycap>Ctrl</keycap><keycap>F9</keycap></keycombo>.</para> </listitem> </varlistentry> <varlistentry> @@ -437,7 +437,7 @@ </listitem> <listitem> <para> - Open the image collection by choosing <menuchoice><guimenu>View</guimenu><guimenuitem>Image Collection</guimenuitem></menuchoice> or pressing <keycap>F9</keycap>. + Open the image collection by choosing <menuchoice><guimenu>View</guimenu><guimenuitem>Image Collection</guimenuitem></menuchoice> or pressing <keycombo><keycap>Ctrl</keycap><keycap>F9</keycap></keycombo>. </para> </listitem> </orderedlist> |