diff options
author | Robert Antoni Buj Gelonch <[email protected]> | 2020-02-28 13:38:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-02-28 13:47:51 +0100 |
commit | ac3e574df279cd2b5f1451e96bb0bf613dbc2727 (patch) | |
tree | 106ac47a52ab2d0eaae5dee4a25cb8c27a6e9c5d | |
parent | 6847212da35d85a302038d969480b7031a91645d (diff) | |
download | eom-ac3e574df279cd2b5f1451e96bb0bf613dbc2727.tar.bz2 eom-ac3e574df279cd2b5f1451e96bb0bf613dbc2727.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]>
-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> |