From: <sa...@us...> - 2006-08-20 22:47:28
|
Revision: 16922 Author: sadrul Date: 2006-08-20 15:47:25 -0700 (Sun, 20 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16922&view=rev Log Message: ----------- Update the manual, and add a sample for remapping keys. Modified Paths: -------------- trunk/doc/gntgaim.1.in Modified: trunk/doc/gntgaim.1.in =================================================================== --- trunk/doc/gntgaim.1.in 2006-08-20 22:46:20 UTC (rev 16921) +++ trunk/doc/gntgaim.1.in 2006-08-20 22:47:25 UTC (rev 16922) @@ -145,6 +145,39 @@ disabled = gray; black .br +.br +# Remap some keys for GntEntry +.br +[GntEntry::remap] +.br +# Remap the up-arrow to the left-arrow +.br +^[[A = ^[[D +.br +# Remap the down-arrow to the right-arrow +.br +^[[B = ^[[C +.br +# Remap 'a' to 'bcd' +.br +a = bcd +.br +# Completely ignore the key 'q' +.br +q = +.br +# But the following will NOT work +.br +#abc = bcd +.br + +# Hitting 'space' will activate a button +.br +[GntButton::remap] +.br +\\ = \\r +.br + .SH Conversation Commands There are a few helpful commands in addition to the regular commands. You can use these from any conversation to access other windows. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |