diff options
author | Andre Klapper <a9016009@gmx.de> | 2012-02-18 21:45:57 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2012-02-18 21:45:57 +0800 |
commit | 6d3fa4f38e1330a8a34c3f27bac4527a2d508071 (patch) | |
tree | 3e900e7fb46bf3c8e02b71bafb852596b6a0bc69 | |
parent | 1d5df74b42ef7694450d8306127c5f4feca84e0d (diff) | |
download | gsoc2013-evolution-6d3fa4f38e1330a8a34c3f27bac4527a2d508071.tar.gz gsoc2013-evolution-6d3fa4f38e1330a8a34c3f27bac4527a2d508071.tar.zst gsoc2013-evolution-6d3fa4f38e1330a8a34c3f27bac4527a2d508071.zip |
User Docs: Fix dconf path; recommend using terminal command instead of dconf-editor
-rw-r--r-- | 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 01d6338612..b4ce518d73 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> |