source/text/shared/01/06140200.xhp | 4 ++-- source/text/shared/guide/scripting.xhp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 49cc168cf18562283b308f039cc8fc37b8866fed Author: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> AuthorDate: Tue Sep 19 09:27:25 2023 +0300 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Tue Sep 19 08:32:40 2023 +0200 tdf#155214 Rename Modify to Assign in keyboard shortcut customisation Change-Id: I0eed5cd062ad1c726444493ab9726240818d7dc1 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/157038 Tested-by: Jenkins Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/source/text/shared/01/06140200.xhp b/source/text/shared/01/06140200.xhp index bc3c78f0dd..314d7fef0f 100644 --- a/source/text/shared/01/06140200.xhp +++ b/source/text/shared/01/06140200.xhp @@ -40,7 +40,7 @@ <embed href="text/shared/00/00000406.xhp#keyboard"/> </section> <paragraph role="paragraph" id="par_id3154682" xml-lang="en-US">You can assign or edit shortcut keys for the current application or for all $[officename] applications. To assign a key for all applications, choose the <emph>%PRODUCTNAME</emph> radio button in the top right corner.</paragraph> -<paragraph role="paragraph" id="par_id531603928029282">To assign or modify a shortcut key: select a command in the <emph>Function</emph> list, select the key combination to be assigned in the <emph>Shortcut Keys</emph> list, then click <emph>Modify</emph>.</paragraph> +<paragraph role="paragraph" id="par_id531603928029282">To assign or modify a shortcut key: select a command in the <emph>Function</emph> list, select the key combination to be assigned in the <emph>Shortcut Keys</emph> list, then click <emph>Assign</emph>.</paragraph> <paragraph role="paragraph" id="par_id341603930297058">If the selected function already has a shortcut key, it is displayed in the <emph>Keys </emph>list. It is possible to assign the same function to more than one key.</paragraph> <paragraph role="paragraph" id="par_id341603939923441">A shortcut key assigned to a particular application overrides the shortcut key setting made in %PRODUCTNAME for all applications.</paragraph> <section id="operatinghint"> @@ -74,7 +74,7 @@ </switchinline> </h2> <paragraph role="paragraph" id="par_id3155892" xml-lang="en-US"><ahelp hid="cui/ui/accelconfigpage/module">Displays shortcut keys for the current $[officename] application.</ahelp></paragraph> -<h2 id="hd_id3150772">Modify</h2> +<h2 id="hd_id3150772">Assign</h2> <paragraph role="paragraph" id="par_id3152909" xml-lang="en-US"><ahelp hid="cui/ui/accelconfigpage/change">Assigns the key combination selected in the <emph>Shortcut keys</emph> list to the command selected in the <emph>Function </emph>list.</ahelp></paragraph> <bookmark xml-lang="en-US" branch="hid/cui/ui/accelconfigpage/delete" id="bm_id31593424" localize="false"/> <h2 id="hd_id371572442162922">Delete</h2> diff --git a/source/text/shared/guide/scripting.xhp b/source/text/shared/guide/scripting.xhp index a64c78599b..90b0a09425 100644 --- a/source/text/shared/guide/scripting.xhp +++ b/source/text/shared/guide/scripting.xhp @@ -101,7 +101,7 @@ <paragraph xml-lang="en-US" id="par_idN10A74" role="paragraph">Selecting the option button sets the scope of the new key combination to be applicable in all of %PRODUCTNAME or only in documents of the current module.</paragraph> </listitem> <listitem> - <paragraph xml-lang="en-US" id="par_idN10A78" role="paragraph">Select a key combination from the <emph>Shortcut keys</emph> list box and click <emph>Modify</emph>.</paragraph> + <paragraph xml-lang="en-US" id="par_idN10A78" role="paragraph">Select a key combination from the <emph>Shortcut keys</emph> list box and click <emph>Assign</emph>.</paragraph> </listitem> </list> <h2 id="par_idN1078A">To assign a script to an event</h2>