summaryrefslogtreecommitdiffstats
path: root/help/C/gedit-search.page
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 17:42:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 17:42:51 +0000
commitba429d344132c088177e853cce8ff7181570b221 (patch)
tree87ebf15269b4301737abd1735baabba71be93622 /help/C/gedit-search.page
parentInitial commit. (diff)
downloadgedit-ba429d344132c088177e853cce8ff7181570b221.tar.xz
gedit-ba429d344132c088177e853cce8ff7181570b221.zip
Adding upstream version 44.2.upstream/44.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'help/C/gedit-search.page')
-rw-r--r--help/C/gedit-search.page44
1 files changed, 44 insertions, 0 deletions
diff --git a/help/C/gedit-search.page b/help/C/gedit-search.page
new file mode 100644
index 0000000..949aef2
--- /dev/null
+++ b/help/C/gedit-search.page
@@ -0,0 +1,44 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic"
+ id="gedit-search">
+
+ <info>
+ <link type="guide" xref="gedit-search-and-replace" group="first" />
+ </info>
+
+ <title>Simple search: additional topics</title>
+
+ <section>
+ <title>Navigate through the search results</title>
+ <p>
+ There are several ways to go to the next or previous search result.
+ </p>
+ <p>
+ There are <gui style="button">up</gui> and <gui style="button">down</gui>
+ arrows next to the search entry.
+ </p>
+ <p>
+ You can also press the <key>up arrow</key> or <key>down arrow</key> keys
+ on your keyboard while the search entry is visible.
+ </p>
+ <p>
+ Keyboard shortcuts are also available.
+ </p>
+ </section>
+
+ <section>
+ <title>Closing the search entry field</title>
+ <p>
+ You can close the search entry by pressing different keys:
+ </p>
+ <list>
+ <item><p>
+ Pressing <key>Esc</key> will return the cursor to where it was before
+ you began your search.
+ </p></item>
+ <item><p>
+ Pressing <key>Enter</key> will keep the cursor to its current position.
+ </p></item>
+ </list>
+ </section>
+</page>