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.79 by root, Mon Jan 2 20:40:20 2006 UTC vs.
Revision 1.80 by root, Mon Jan 2 21:26:05 2006 UTC

1021is interpreted and executed as @@RXVT_NAME@@'s control sequence. For 1021is interpreted and executed as @@RXVT_NAME@@'s control sequence. For
1022example the following means "change the current locale to C<zh_CN.GBK> 1022example the following means "change the current locale to C<zh_CN.GBK>
1023when Control-Meta-c is being pressed": 1023when Control-Meta-c is being pressed":
1024 1024
1025 URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007 1025 URxvt.keysym.M-C-c: command:\033]701;zh_CN.GBK\007
1026
1027If I<string> takes the form C<perl:STRING>, then the specified B<STRING>
1028is passed to the C<on_keyboard_command> perl handler. See the rxvtperl(3)
1029manpage. For example, the F<selection> extension (activated via
1030C<@@RXVT_NAME@@ -pe selection>) listens for C<selection:rot13> events:
1031
1032 URxvt.keysym.M-C-c: perl:selection:rot13
1026 1033
1027Due the the large number of modifier combinations, a defined key mapping 1034Due the the large number of modifier combinations, a defined key mapping
1028will match if at I<at least> the specified identifiers are being set, and 1035will match if at I<at least> the specified identifiers are being set, and
1029no other key mappings with those and more bits are being defined. That 1036no other key mappings with those and more bits are being defined. That
1030means that defining a key map for C<a> will automatically provide 1037means that defining a key map for C<a> will automatically provide

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines