changeset 14240:efc3836b7e8b

[gaim-migrate @ 16922] Update the manual, and add a sample for remapping keys. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 20 Aug 2006 22:47:25 +0000
parents a0b1ab181316
children c54ea2572de9
files doc/gntgaim.1.in
diffstat 1 files changed, 33 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/gntgaim.1.in	Sun Aug 20 22:46:20 2006 +0000
+++ b/doc/gntgaim.1.in	Sun Aug 20 22:47:25 2006 +0000
@@ -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.