ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/doc/rxvt.1.pod
(Generate patch)

Comparing rxvt-unicode/doc/rxvt.1.pod (file contents):
Revision 1.196 by root, Fri May 6 10:18:00 2011 UTC vs.
Revision 1.197 by sf-exg, Sat May 7 18:29:17 2011 UTC

1161keysym value (B<0x0000 - 0xFFFF>). Note that the lookup of I<sym>s is not 1161keysym value (B<0x0000 - 0xFFFF>). Note that the lookup of I<sym>s is not
1162performed in an exact manner; however, the closest match is assured. 1162performed in an exact manner; however, the closest match is assured.
1163 1163
1164I<string> may contain escape values (C<\n>: newline, C<\000>: octal 1164I<string> may contain escape values (C<\n>: newline, C<\000>: octal
1165number), see RESOURCES in C<man 7 X> for further details. 1165number), see RESOURCES in C<man 7 X> for further details.
1166
1167You can define a range of keysyms in one shot by providing a I<string>
1168with pattern B<list/PREFIX/MIDDLE/SUFFIX>, where the delimiter `/'
1169should be a character not used by the strings.
1170
1171Its usage can be demonstrated by an example:
1172
1173 URxvt.keysym.M-C-0x61: list|\033<|abc|>
1174
1175The above line is equivalent to the following three lines:
1176
1177 URxvt.keysym.Meta-Control-0x61: \033<a>
1178 URxvt.keysym.Meta-Control-0x62: \033<b>
1179 URxvt.keysym.Meta-Control-0x63: \033<c>
1166 1180
1167If I<string> takes the form of C<command:STRING>, the specified B<STRING> 1181If I<string> takes the form of C<command:STRING>, the specified B<STRING>
1168is interpreted and executed as @@RXVT_NAME@@'s control sequence. For 1182is interpreted and executed as @@RXVT_NAME@@'s control sequence. For
1169example the following means "change the current locale to C<zh_CN.GBK> 1183example the following means "change the current locale to C<zh_CN.GBK>
1170when Control-Meta-c is being pressed": 1184when Control-Meta-c is being pressed":

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines