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 17:30:13 +0900 |
commit | 7567c01c2b22e7bee364030e9e61238d84363575 (patch) | |
tree | 6879be7474cc81d8d943c9c03d7272fa6a3c4de8 /doc | |
parent | f411260fe5c5955b56b5ec899184cbd202a912e4 (diff) | |
download | tdebase-7567c01c2b22e7bee364030e9e61238d84363575.tar.gz tdebase-7567c01c2b22e7bee364030e9e61238d84363575.zip |
Progressive update of release notes for R14.0.9: knotes shortcuts.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 92902053e5ea081619e14eb5b1fc5d527e4f6136)
Diffstat (limited to 'doc')
-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> |