[evolution] User Docs: Fix dconf path; recommend using terminal command instead of dconf-editor



commit 6d3fa4f38e1330a8a34c3f27bac4527a2d508071
Author: Andre Klapper <a9016009 gmx de>
Date:   Sat Feb 18 14:45:57 2012 +0100

    User Docs: Fix dconf path; recommend using terminal command instead of dconf-editor

 help/C/change-keyboard-shortcuts.page |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/help/C/change-keyboard-shortcuts.page b/help/C/change-keyboard-shortcuts.page
index 01d6338..b4ce518 100644
--- a/help/C/change-keyboard-shortcuts.page
+++ b/help/C/change-keyboard-shortcuts.page
@@ -18,14 +18,15 @@
   <title>Changing keyboard shortcuts</title>
 
 <list>
-<item><p>Open the <gui>dconf-editor</gui> application.</p></item>
-<item><p>Navigate to <code>/org/gnome/desktop/interface</code>.</p></item>
-<item><p>Enable <gui>can-change-accels</gui>.</p></item>
+<item><p>Open the <app>Terminal</app> application.</p></item>
+<item><p>Run the command <command>gsettings set org.gnome.desktop.interface can-change-accels true</command></p></item>
 <item><p>Start Evolution.</p></item>
 <item><p>Hover your mouse cursor over the menu bar item for which you want to add or change the keyboard shortcut.</p></item>
 <item><p>Type the shortcut that you want on the keyboard.</p></item>
 </list>
 
-<p>Note that this setting is desktop-wide and that you can disable it again in <gui>dconf-editor</gui> after your changes.</p>
+<p>Note that this setting is desktop-wide and that you can disable it again after your changes by using the command <command>gsettings set org.gnome.desktop.interface can-change-accels false</command></p>
+
+<p>You can also use the <app>dconf-editor</app> application to do this.</p>
 
 </page>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]