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.138 by sasha, Thu Sep 20 15:56:41 2007 UTC vs.
Revision 1.139 by ayin, Wed Oct 17 13:53:42 2007 UTC

1083searching keysym macros from B</usr/X11R6/include/X11/keysymdef.h> and 1083searching keysym macros from B</usr/X11R6/include/X11/keysymdef.h> and
1084omitting the prefix B<XK_>. Alternatively you can specify I<key> by its hex 1084omitting the prefix B<XK_>. Alternatively you can specify I<key> by its hex
1085keysym value (B<0x0000 - 0xFFFF>). Note that the lookup of I<sym>s is not 1085keysym value (B<0x0000 - 0xFFFF>). Note that the lookup of I<sym>s is not
1086performed in an exact manner; however, the closest match is assured. 1086performed in an exact manner; however, the closest match is assured.
1087 1087
1088I<string> may contain escape values (C<\a>: bell, C<\b>: backspace, 1088I<string> may contain escape values (C<\n>: newline, C<\000>: octal
1089C<\e>, C<\E>: escape, C<\n>: newline, C<\r>: carriage return, C<\t>: tab, 1089number), see RESOURCES in C<man 7 X> for futher details.
1090C<\000>: octal number) or verbatim control characters (C<^?>: delete,
1091C<^@>: null, C<^A> ...) and may be enclosed with double quotes so that it
1092can start or end with whitespace. B<This feature is deprecated and will
1093be removed>.
1094
1095Please note that you need to double the C<\> in resource files, as
1096Xlib itself does its own de-escaping (you can use C<\033> instead of
1097C<\e> (and so on), which will work with both Xt and @@RXVT_NAME@@'s own
1098processing).
1099 1090
1100You can define a range of keysyms in one shot by providing a I<string> 1091You can define a range of keysyms in one shot by providing a I<string>
1101with pattern B<list/PREFIX/MIDDLE/SUFFIX>, where the delimiter `/' 1092with pattern B<list/PREFIX/MIDDLE/SUFFIX>, where the delimiter `/'
1102should be a character not used by the strings. 1093should be a character not used by the strings.
1103 1094

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines