comparison doc/gntgaim.1.in @ 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 b71bfeaaed58
children bcfeac54c1b3
comparison
equal deleted inserted replaced
14239:a0b1ab181316 14240:efc3836b7e8b
143 text = white; blue 143 text = white; blue
144 .br 144 .br
145 disabled = gray; black 145 disabled = gray; black
146 .br 146 .br
147 147
148 .br
149 # Remap some keys for GntEntry
150 .br
151 [GntEntry::remap]
152 .br
153 # Remap the up-arrow to the left-arrow
154 .br
155 ^[[A = ^[[D
156 .br
157 # Remap the down-arrow to the right-arrow
158 .br
159 ^[[B = ^[[C
160 .br
161 # Remap 'a' to 'bcd'
162 .br
163 a = bcd
164 .br
165 # Completely ignore the key 'q'
166 .br
167 q =
168 .br
169 # But the following will NOT work
170 .br
171 #abc = bcd
172 .br
173
174 # Hitting 'space' will activate a button
175 .br
176 [GntButton::remap]
177 .br
178 \\ = \\r
179 .br
180
148 .SH Conversation Commands 181 .SH Conversation Commands
149 There are a few helpful commands in addition to the regular commands. You can 182 There are a few helpful commands in addition to the regular commands. You can
150 use these from any conversation to access other windows. 183 use these from any conversation to access other windows.
151 184
152 .TP 185 .TP