From: <rl...@us...> - 2006-06-06 01:49:37
|
Revision: 16214 Author: rlaager Date: 2006-06-03 23:37:25 -0700 (Sat, 03 Jun 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16214&view=rev Log Message: ----------- SF Patch #1500190 from resiak "Lots of people ask how to make Escape close the conversation window, and the FAQ doesn't say how. With this patch, there will be! (Plus, if you apply now you get a free set of "emacs" keybindings.)" Modified Paths: -------------- web/htdocs/faq2.txt Modified: web/htdocs/faq2.txt =================================================================== --- web/htdocs/faq2.txt 2006-06-04 06:34:30 UTC (rev 16213) +++ web/htdocs/faq2.txt 2006-06-04 06:37:25 UTC (rev 16214) @@ -325,6 +325,18 @@ <code>gtk-can-change-accels = 1</code>, then you hover over the menu item then press your desired key stroke. +Q: How do I make Escape close the conversation window? + +A: Sadly, you can't use the hover-and-press technique just described +for this, because Escape closes the menu. You have to hand-edit +<code>~/.gaim/accels</code>. Close Gaim, and open +<code>~/.gaim/accels</code> in your favorite text editor. Find +<code>(gtk_accel_path "<main>/Conversation/Close" +"[something]")</code>, remove the semi-colon (which is the comment +character) from the start of the line if it is there and replace whatever +is between the second pair of quote marks with <code>Escape</code>. Save +and close, and restart Gaim. + Q: How do I use smiley themes? A: To select a theme, open Gaim's preferences to the "Smiley Themes" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |