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

Comparing rxvt-unicode/doc/rxvt.1.man.in (file contents):
Revision 1.98 by root, Wed Jun 22 15:18:06 2011 UTC vs.
Revision 1.99 by root, Wed Jun 22 15:30:46 2011 UTC

122.\} 122.\}
123.rm #[ #] #H #V #F C 123.rm #[ #] #H #V #F C
124.\" ======================================================================== 124.\" ========================================================================
125.\" 125.\"
126.IX Title "@@RXVT_NAME@@ 1" 126.IX Title "@@RXVT_NAME@@ 1"
127<<<<<<< rxvt.1.man.in
128<<<<<<< rxvt.1.man.in
129.TH @@RXVT_NAME@@ 1 "2011-06-09" "@@RXVT_VERSION@@" "RXVT-UNICODE" 127.TH @@RXVT_NAME@@ 1 "2011-06-22" "@@RXVT_VERSION@@" "RXVT-UNICODE"
130=======
131.TH @@RXVT_NAME@@ 1 "2010-12-13" "@@RXVT_VERSION@@" "RXVT-UNICODE"
132>>>>>>> 1.95
133=======
134.TH @@RXVT_NAME@@ 1 "2011-05-02" "@@RXVT_VERSION@@" "RXVT-UNICODE"
135>>>>>>> 1.97
136.\" For nroff, turn off justification. Always turn off hyphenation; it makes 128.\" For nroff, turn off justification. Always turn off hyphenation; it makes
137.\" way too many mistakes in technical documents. 129.\" way too many mistakes in technical documents.
138.if n .ad l 130.if n .ad l
139.nh 131.nh
140.SH "NAME" 132.SH "NAME"
1157performed in an exact manner; however, the closest match is assured. 1149performed in an exact manner; however, the closest match is assured.
1158.Sp 1150.Sp
1159\&\fIstring\fR may contain escape values (\f(CW\*(C`\en\*(C'\fR: newline, \f(CW\*(C`\e000\*(C'\fR: octal 1151\&\fIstring\fR may contain escape values (\f(CW\*(C`\en\*(C'\fR: newline, \f(CW\*(C`\e000\*(C'\fR: octal
1160number), see \s-1RESOURCES\s0 in \f(CW\*(C`man 7 X\*(C'\fR for further details. 1152number), see \s-1RESOURCES\s0 in \f(CW\*(C`man 7 X\*(C'\fR for further details.
1161.Sp 1153.Sp
1162<<<<<<< rxvt.1.man.in
1163<<<<<<< rxvt.1.man.in
1164You can define a range of keysyms in one shot by providing a \fIstring\fR 1154You can define a range of keysyms in one shot by providing a \fIstring\fR
1165with pattern \fBlist/PREFIX/MIDDLE/SUFFIX\fR, where the delimiter `/' 1155with pattern \fBlist/PREFIX/MIDDLE/SUFFIX\fR, where the delimiter `/'
1166should be a character not used by the strings. 1156should be a character not used by the strings.
1167.Sp 1157.Sp
1168Its usage can be demonstrated by an example: 1158Its usage can be demonstrated by an example:
1177\& URxvt.keysym.Meta\-Control\-0x61: \e033<a> 1167\& URxvt.keysym.Meta\-Control\-0x61: \e033<a>
1178\& URxvt.keysym.Meta\-Control\-0x62: \e033<b> 1168\& URxvt.keysym.Meta\-Control\-0x62: \e033<b>
1179\& URxvt.keysym.Meta\-Control\-0x63: \e033<c> 1169\& URxvt.keysym.Meta\-Control\-0x63: \e033<c>
1180.Ve 1170.Ve
1181.Sp 1171.Sp
1182=======
1183You can define a range of keysyms in one shot by providing a \fIstring\fR
1184with pattern \fBlist/PREFIX/MIDDLE/SUFFIX\fR, where the delimiter `/'
1185should be a character not used by the strings.
1186.Sp
1187Its usage can be demonstrated by an example:
1188.Sp
1189.Vb 1
1190\& URxvt.keysym.M\-C\-0x61: list|\e033<M\-C\-|abc|>
1191.Ve
1192.Sp
1193The above line is equivalent to the following three lines:
1194.Sp
1195.Vb 3
1196\& URxvt.keysym.Meta\-Control\-0x61: \e033<M\-C\-a>
1197\& URxvt.keysym.Meta\-Control\-0x62: \e033<M\-C\-b>
1198\& URxvt.keysym.Meta\-Control\-0x63: \e033<M\-C\-c>
1199.Ve
1200.Sp
1201>>>>>>> 1.95
1202=======
1203>>>>>>> 1.97
1204If \fIstring\fR takes the form of \f(CW\*(C`command:STRING\*(C'\fR, the specified \fB\s-1STRING\s0\fR 1172If \fIstring\fR takes the form of \f(CW\*(C`command:STRING\*(C'\fR, the specified \fB\s-1STRING\s0\fR
1205is interpreted and executed as @@RXVT_NAME@@'s control sequence. For 1173is interpreted and executed as @@RXVT_NAME@@'s control sequence. For
1206example the following means "change the current locale to \f(CW\*(C`zh_CN.GBK\*(C'\fR 1174example the following means "change the current locale to \f(CW\*(C`zh_CN.GBK\*(C'\fR
1207when Control-Meta-c is being pressed": 1175when Control-Meta-c is being pressed":
1208.Sp 1176.Sp

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines