# HG changeset patch # User Sadrul Habib Chowdhury # Date 1156114045 0 # Node ID efc3836b7e8bfd860bc8907da7fc76abf3afe72a # Parent a0b1ab181316db46f10fcb2e4df5be403dede8a3 [gaim-migrate @ 16922] Update the manual, and add a sample for remapping keys. committer: Tailor Script diff -r a0b1ab181316 -r efc3836b7e8b doc/gntgaim.1.in --- 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.