--- rxvt-unicode/doc/rxvt.1.html 2005/01/11 02:24:59 1.1 +++ rxvt-unicode/doc/rxvt.1.html 2005/01/17 01:44:51 1.3 @@ -196,8 +196,8 @@
Compile XPM: Specify XPM file for the background and also optionally -specify its scaling with a geometry string. Note you may need to add -quotes to avoid special shell interpretation of the `;' in the +specify its scaling with a geometry string. Note you may need to +add quotes to avoid special shell interpretation of the ; in the command-line; resource backgroundPixmap.

@@ -578,7 +578,7 @@
Use the specified colour to display bold or italic characters when the foreground colour is the default. If font styles are not available -(Compile styles) and this option is unset, reverse video is used instead. +(Compile styles) and this option is unset, reverse video is used instead.

colorUL: colour
@@ -721,7 +721,7 @@

Each font can either be a standard X11 core font (XLFD) name, with -optional prefix x: or a Xft font (Compile xft), prefixed with xft:.

+optional prefix x: or a Xft font (Compile xft), prefixed with xft:.

In addition, each font can be prefixed with additional hints and @@ -1103,14 +1103,62 @@

keysym.sym: string
-Associate string with keysym sym (0xFF00 - 0xFFFF). It may -contain escape values (\a: bell, \b: backspace, \e, \E: escape, \n: -newline, \r: return, \t: -tab, \000: octal number) or control characters (^?: delete, ^@: null, -^A ...) and may enclosed with double quotes so that it can start or end -with whitespace. The intervening resource name keysym. cannot be -omitted. This resource is only available when compiled with -KEYSYM_RESOURCE. +Compile frills: Associate string with keysym sym. The +intervening resource name keysym. cannot be omitted. +
+
+

The format of sym is ``(modifiers-)key'', where modifiers can be +any combination of ISOLevel3, AppKeypad, Control, NumLock, +Shift, Meta, Lock, Mod1, Mod2, Mod3, Mod4, Mod5, +and the abbreviated I, K, C, N, S, M, A, L, 1, +2, 3, 4, 5.

+
+
+

The NumLock, Meta and ISOLevel3 modifiers are usually aliased to +whatever modifier the NumLock key, Meta/Alt keys or ISO Level3 Shift/AltGr +keys are being mapped. AppKeypad is a artificial modifier mapped to the +current application keymap mode state.

+
+
+

The spellings of key can be obtained by using xev(1) command or +searching keysym macros from /usr/X11R6/include/X11/keysymdef.h and +omitting the prefix XK_. Alternatively you can specify key by its hex +keysym value (0x0000 - 0xFFFF). Note that the lookup of syms is not +performed in an exact manner; however, the closest match is assured.

+
+
+

string may contain escape values (\a: bell, \b: backspace, +\e, \E: escape, \n: newline, \r: carriage return, \t: tab, +\000: octal number) or verbatim control characters (^?: delete, +^@: null, ^A ...) and may be enclosed with double quotes so that it +can start or end with whitespace.

+
+
+

You can define a range of keysyms in one shot by providing a string +with pattern list/PREFIX/MIDDLE/SUFFIX, where the delimeter `/' +should be a character not used by the strings.

+
+
+

Its usage can be demonstrated by an example:

+
+
+
+  URxvt.keysym.M-C-0x61:    list|\e<M-C-|abc|>
+
+
+

The above line is equivalent to the following three lines:

+
+
+
+  URxvt.keysym.Meta-Control-0x61:    \e<M-C-a>
+  URxvt.keysym.Meta-Control-0x62:    \e<M-C-b>
+  URxvt.keysym.Meta-Control-0x63:    \e<M-C-c>
+
+
+

If string takes the form of proto:STRING, the specified STRING is +interpreted and executed as rxvt's control sequence. For example, +proto:\033]701;zh_CN.GBK\007 means: change the current locale to +zh_CN.GBK.

@@ -1155,7 +1203,7 @@

Starting a selection while pressing the Meta key (or Meta+Ctrl keys) -(Compile: frills) will create a rectangular selection instead of a normal +(Compile: frills) will create a rectangular selection instead of a normal one.