diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2021-08-10 21:21:03 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-08-14 15:04:19 +0200 |
commit | a5ea0c841f16a2cfaa8b00ca15aecae1b59e9d1b (patch) | |
tree | 53e6ae76feb64e9ee6b766a28ecdbaef4ef536f4 | |
parent | 12f1ebf5f989b60ec2c2470e79fbeabf8247f483 (diff) |
Create help page for the "Search Commands" feature
Change-Id: Ic62e9671575709ca3ac788495edaf4b2753499ee
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/120245
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | AllLangHelp_shared.mk | 1 | ||||
-rw-r--r-- | source/text/shared/optionen/search_commands.xhp | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 64696aa8dd..dd111e15ec 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -857,6 +857,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/optionen/mailmerge \ helpcontent2/source/text/shared/optionen/online_update \ helpcontent2/source/text/shared/optionen/opencl \ + helpcontent2/source/text/shared/optionen/search_commands \ helpcontent2/source/text/shared/optionen/serverauthentication \ helpcontent2/source/text/shared/optionen/testaccount \ helpcontent2/source/text/shared/optionen/viewcertificate \ diff --git a/source/text/shared/optionen/search_commands.xhp b/source/text/shared/optionen/search_commands.xhp new file mode 100644 index 0000000000..91f85e305a --- /dev/null +++ b/source/text/shared/optionen/search_commands.xhp @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * +--> + +<meta> + <topic id="search_commands" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">Search Commands</title> + <filename>/text/shared/optionen/search_commands.xhp</filename> + </topic> +</meta> + +<body> + <bookmark xml-lang="en-US" branch="index" id="bm_id8215627973621527"> + <bookmark_value>search commands</bookmark_value> + <bookmark_value>head-up display (hud)</bookmark_value> + </bookmark> + <bookmark branch="hid/.uno:CommandPopup" id="bm_id5584838" localize="false"/> + <h1 id="hd_id951627860296699"><variable id="SearchCommands_h1"><link href="text/shared/optionen/search_commands.xhp" name="SearchCommands_help">Search Commands</link></variable></h1> + <paragraph role="paragraph" id="par_id3155069"><variable id="SearchCommands_intro"><ahelp hid=".uno:CommandPopup">Allows to search and execute all commands available in application menus by their names.</ahelp></variable></paragraph> + <section id="howtoget"> + <paragraph role="paragraph" id="par_id961562795750725">Choose <menuitem>Help - Search Commands</menuitem></paragraph> + <paragraph role="paragraph" id="par_id961562795754587">Use the shortcut <emph>Shift + Esc</emph></paragraph> + </section> + <paragraph role="paragraph" id="par_id631628621951493">When the <emph>Search Commands</emph> feature is activated, a head-up display (HUD) is shown and can be used to quickly search commands by their names. As the search string is typed, all matching commands are shown in a list below the search field.</paragraph> + <paragraph role="paragraph" id="par_id991628622249416">To execute a command:</paragraph> + <list type="unordered"> + <listitem> + <paragraph id="par_id521628622272041" role="listitem">Use the mouse to click on one of the items shown in the list. This will immediately run the selected command.</paragraph> + </listitem> + <listitem> + <paragraph id="par_id551628622272467" role="listitem">Use the arrow keys in the keyboard to navigate through the items shown in the list and press <emph>Enter</emph> to run the desired command.</paragraph> + </listitem> + </list> + <note id="par_id41628622450782">This feature is available in Writer, Calc, Impress and Draw.</note> +</body> +</helpdocument> |