diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-06-17 16:58:33 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-06-17 16:58:33 +0900 |
commit | 92902053e5ea081619e14eb5b1fc5d527e4f6136 (patch) | |
tree | fb35f7460606acca265c8479626fbb42793d8ea6 /doc/releasenotes | |
parent | ac81cad5670dc2a48479560504829568450c9568 (diff) | |
download | tdebase-92902053e5ea081619e14eb5b1fc5d527e4f6136.tar.gz tdebase-92902053e5ea081619e14eb5b1fc5d527e4f6136.zip |
Progressive update of release notes for R14.0.9: knotes shortcuts.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/releasenotes')
-rw-r--r-- | doc/releasenotes/r14.0.9.docbook | 33 |
1 files changed, 29 insertions, 4 deletions
diff --git a/doc/releasenotes/r14.0.9.docbook b/doc/releasenotes/r14.0.9.docbook index 92a87c60d..70aaaec72 100644 --- a/doc/releasenotes/r14.0.9.docbook +++ b/doc/releasenotes/r14.0.9.docbook @@ -59,12 +59,12 @@ potential problems.</para> (especially muting/unmuting). <itemizedlist> <listitem> - <para>You can mute/unmute from the KMix slider LED, this should work fine with PA.</para> + <para>You can mute/unmute from the KMix slider LED, this should work fine with PA.</para> </listitem> <listitem> - <para>You can open KMix mixer window -> Settings -> Configure global shortcuts and remap the "toggle mute" - keyboard shortcut to some other key combination. Do not use "XF86AudioMute" key, since this is normally - used by KMilo and therefore may not work.</para> + <para>You can open KMix mixer window -> Settings -> Configure global shortcuts and remap the "toggle mute" + keyboard shortcut to some other key combination. Do not use "XF86AudioMute" key, since this is normally + used by KMilo and therefore may not work.</para> </listitem> <listitem> <para>You can create a script that calls "dcop kmix Mixer-1 toggleMasterMute", this will mute/unmute the PA @@ -75,6 +75,31 @@ potential problems.</para> </sect3> +<sect3 id="release-notes-r14.0.9-hints-knotes-global-shortcuts"> +<title>Change in KNotes global shortcuts</title> +<para>KNotes had four global keyboard shortcuts that were bounded to Alt + Shift + C/N/S/H. These shortcuts were +overlapping with other key combinations used in some common programs, for example Midnight Commander.</para> +<para>In R14.0.9 those KNotes global keyboard shortcuts have been left unassigned by default. If you wish to +keep using the previous setup, you need to right click on KNotes system tray icon, select "Configure shortcuts" +and then assign the following key combinations. +<itemizedlist> + <listitem> + <para>New Note --> Alt + Shift + N</para> + </listitem> + <listitem> + <para>New Note From Clipboard --> Alt + Shift + C</para> + </listitem> + <listitem> + <para>Hide All Notes --> Alt + Shift + H</para> + </listitem> + <listitem> + <para>Show All Notes --> Alt + Shift + S</para> + </listitem> +</itemizedlist> +</para> + +</sect3> + </sect2> </sect1> |