aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2011-09-03 04:52:55 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-09-14 20:08:59 +0800
commit5e863a41b09173e1aa225cd80dfa0af0c8157b9b (patch)
tree8c00ed0d7641a62acb9dcbc47b753da96907ebe6 /help
parent02ac0340ff947de2eceb6f564304e5f4f5257805 (diff)
downloadgsoc2013-evolution-5e863a41b09173e1aa225cd80dfa0af0c8157b9b.tar
gsoc2013-evolution-5e863a41b09173e1aa225cd80dfa0af0c8157b9b.tar.gz
gsoc2013-evolution-5e863a41b09173e1aa225cd80dfa0af0c8157b9b.tar.bz2
gsoc2013-evolution-5e863a41b09173e1aa225cd80dfa0af0c8157b9b.tar.lz
gsoc2013-evolution-5e863a41b09173e1aa225cd80dfa0af0c8157b9b.tar.xz
gsoc2013-evolution-5e863a41b09173e1aa225cd80dfa0af0c8157b9b.tar.zst
gsoc2013-evolution-5e863a41b09173e1aa225cd80dfa0af0c8157b9b.zip
Add page how to change keyboard shortcuts
Diffstat (limited to 'help')
-rw-r--r--help/C/change-keyboard-shortcuts.page31
1 files changed, 31 insertions, 0 deletions
diff --git a/help/C/change-keyboard-shortcuts.page b/help/C/change-keyboard-shortcuts.page
new file mode 100644
index 0000000000..01d6338612
--- /dev/null
+++ b/help/C/change-keyboard-shortcuts.page
@@ -0,0 +1,31 @@
+<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its"
+ type="topic" id="change-keyboard-shortcuts">
+
+ <info>
+ <desc>Changing keyboard shortcuts.</desc>
+ <link type="guide" xref="index#common-other-problems" />
+ <revision pkgversion="3.1.91" version="0.1" date="2011-09-02" status="draft"/>
+ <credit type="author">
+ <name>Andre Klapper</name>
+ <email>ak-47@gmx.net</email>
+ </credit>
+ <license>
+ <p>Creative Commons Share Alike 3.0</p>
+ </license>
+
+ </info>
+
+ <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>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>
+
+</page>