--- rxvt-unicode/doc/rxvt.1.pod 2014/10/12 20:51:51 1.239 +++ rxvt-unicode/doc/rxvt.1.pod 2014/10/13 17:05:32 1.240 @@ -1121,6 +1121,21 @@ This could in theory be used to completely redefine your keymap. +In addition, for actions of this type, you can define a range of +keysyms in one shot by loading the C perl extension and +providing an I with pattern B, where +the delimiter `/' should be a character not used by the strings. + +Its usage can be demonstrated by an example: + + URxvt.keysym.M-C-0x61: list|\033<|abc|> + +The above line is equivalent to the following three lines: + + URxvt.keysym.Meta-Control-0x61: string:\033 + URxvt.keysym.Meta-Control-0x62: string:\033 + URxvt.keysym.Meta-Control-0x63: string:\033 + =item command:STRING If I takes the form of C, the specified B