diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 17:42:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 17:42:51 +0000 |
commit | ba429d344132c088177e853cce8ff7181570b221 (patch) | |
tree | 87ebf15269b4301737abd1735baabba71be93622 /help/C/gedit-open-several-files-at-once.page | |
parent | Initial commit. (diff) | |
download | gedit-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-open-several-files-at-once.page')
-rw-r--r-- | help/C/gedit-open-several-files-at-once.page | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/help/C/gedit-open-several-files-at-once.page b/help/C/gedit-open-several-files-at-once.page new file mode 100644 index 0000000..ceb5404 --- /dev/null +++ b/help/C/gedit-open-several-files-at-once.page @@ -0,0 +1,30 @@ +<page xmlns="http://projectmallard.org/1.0/" + xmlns:its="http://www.w3.org/2005/11/its" + type="topic" + id="gedit-open-several-files-at-once"> + + <info> + <link type="guide" xref="index#gedit-working-with-files" group="second" /> + <link type="seealso" xref="gedit-open-file" /> + <desc>Select a set of files to open.</desc> + </info> + + <title>Open several files at once</title> + <p> + Click the <gui>Open</gui> button. This will cause the <gui>Open</gui> dialog + to appear. + </p> + <p> + From the <gui>Open</gui> dialog, you can select more than one file with + the <key>Ctrl</key> or <key>Shift</key> key. + </p> + <p> + If you hold down the <key>Ctrl</key> key while you select a file, that + file will be added to the selection. + </p> + <p> + If you hold down the <key>Shift</key> key while you select a file, the + selection of files will contain the first file, the last file, and all of + the files in between. + </p> +</page> |