From 7ecf0fe69fa6a379f75928c262bd5fbbfa45e4ae Mon Sep 17 00:00:00 2001 From: pknbe Date: Thu, 1 Oct 2009 05:13:42 +0000 Subject: faq.xml: Expanded question about key bindings, and other minor edits across the FAQ. faq_001.xml: Ditto. faq_002.xml: Ditto. faq_003.xml: Ditto. faq_004.xml: Delete the obsolete file. --- faq/en/faq_003.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'faq/en/faq_003.xml') diff --git a/faq/en/faq_003.xml b/faq/en/faq_003.xml index d5d2c1d..f5d4fb3 100644 --- a/faq/en/faq_003.xml +++ b/faq/en/faq_003.xml @@ -102,7 +102,28 @@ widget_class "*" style "default" - That is very simple. Suppose you want to assign a + Unlike Sylpheed 1.x, Sylpheed 2.x doesn't allow direct modification of the menu shortcuts by default. Nevertheless, you can use the following methods to configure them: + + + Using GNOME 2.8 or later: run gconf-editor from + Applications + System Tools + Configuration Editor + . Select + desktop + gnome + interface + and check can-change-accels there. + + + Using GNOME before 2.8, or other environments: add the following line to the file ~/.gtkrc-2.0 (or create a new one, if it doesn't exist): + gtk-can-change-accels = 1 + + + When Sylpheed is not running, directly edit ~/.sylpheed-2.0/menurc with a text editor. + + + After that, the key binding change itself is very simple. Suppose you want to assign a shortcut key to a function, e.g. sending all mail out should start when you press Ctrl -- cgit