Git commit 021d0e14c8a18ab9bde6048536919e0a6abc510a by Yuri Chornoivan. Committed on 20/12/2020 at 13:43. Pushed by yurchor into branch 'master'.
Add docs for the new Edit menu items M +23 -0 doc/kate/menus.docbook M +23 -0 doc/katepart/menus.docbook https://invent.kde.org/utilities/kate/commit/021d0e14c8a18ab9bde6048536919e0a6abc510a diff --git a/doc/kate/menus.docbook b/doc/kate/menus.docbook index fa2e78efc..c004b16ad 100644 --- a/doc/kate/menus.docbook +++ b/doc/kate/menus.docbook @@ -365,6 +365,29 @@ transfer data between applications.</para> </listitem> </varlistentry> +<varlistentry id="edit-paste-selection"> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Ctrl;&Shift;&Ins;</keycombo> +</shortcut> +<guimenu>Edit</guimenu> +<guimenuitem>Paste Selection</guimenuitem> +</menuchoice></term> +<listitem> +<para>This will paste previously <ulink url="https://en.wikipedia.org/wiki/Clipboard_(computing)#X_Window_System">mouse selection</ulink> contents. Mark some text with the mouse pointer to paste it in the currently open file using this menu item.</para> +</listitem> +</varlistentry> + +<varlistentry id="edit-swap-with-clipboard-contents"> +<term><menuchoice> +<guimenu>Edit</guimenu> +<guimenuitem>Swap with clipboard contents</guimenuitem> +</menuchoice></term> +<listitem> +<para>This will swap the selected text with the <ulink url="https://en.wikipedia.org/wiki/Clipboard_(computing)#X_Window_System">clipboard</ulink> contents.</para> +</listitem> +</varlistentry> + <varlistentry id="edit-clipboard-history"> <term><menuchoice> <guimenu>Edit</guimenu> diff --git a/doc/katepart/menus.docbook b/doc/katepart/menus.docbook index ab3e22b5f..0e7643567 100644 --- a/doc/katepart/menus.docbook +++ b/doc/katepart/menus.docbook @@ -271,6 +271,29 @@ transfer data between applications.</para> </listitem> </varlistentry> +<varlistentry id="edit-paste-selection"> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Ctrl;&Shift;&Ins;</keycombo> +</shortcut> +<guimenu>Edit</guimenu> +<guimenuitem>Paste Selection</guimenuitem> +</menuchoice></term> +<listitem> +<para>This will paste previously <ulink url="https://en.wikipedia.org/wiki/Clipboard_(computing)#X_Window_System">mouse selection</ulink> contents. Mark some text with the mouse pointer to paste it in the currently open file using this menu item.</para> +</listitem> +</varlistentry> + +<varlistentry id="edit-swap-with-clipboard-contents"> +<term><menuchoice> +<guimenu>Edit</guimenu> +<guimenuitem>Swap with clipboard contents</guimenuitem> +</menuchoice></term> +<listitem> +<para>This will swap the selected text with the <ulink url="https://en.wikipedia.org/wiki/Clipboard_(computing)#X_Window_System">clipboard</ulink> contents.</para> +</listitem> +</varlistentry> + <varlistentry id="edit-clipboard-history"> <term><menuchoice> <guimenu>Edit</guimenu>
