From 6d3fa4f38e1330a8a34c3f27bac4527a2d508071 Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Sat, 18 Feb 2012 14:45:57 +0100 Subject: User Docs: Fix dconf path; recommend using terminal command instead of dconf-editor --- help/C/change-keyboard-shortcuts.page | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'help') 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 @@ Changing keyboard shortcuts -

Open the dconf-editor application.

-

Navigate to /org/gnome/desktop/interface.

-

Enable can-change-accels.

+

Open the Terminal application.

+

Run the command gsettings set org.gnome.desktop.interface can-change-accels true

Start Evolution.

Hover your mouse cursor over the menu bar item for which you want to add or change the keyboard shortcut.

Type the shortcut that you want on the keyboard.

-

Note that this setting is desktop-wide and that you can disable it again in dconf-editor after your changes.

+

Note that this setting is desktop-wide and that you can disable it again after your changes by using the command gsettings set org.gnome.desktop.interface can-change-accels false

+ +

You can also use the dconf-editor application to do this.

-- cgit