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

Comparing rxvt-unicode/doc/rxvt.7.pod (file contents):
Revision 1.213 by root, Tue Apr 26 10:51:06 2011 UTC vs.
Revision 1.214 by sf-exg, Sat Apr 30 20:18:51 2011 UTC

630you have run "configure" with the C<--disable-resources> option you can 630you have run "configure" with the C<--disable-resources> option you can
631use the `keysym' resource to alter the keystrings associated with keysyms. 631use the `keysym' resource to alter the keystrings associated with keysyms.
632 632
633Here's an example for a URxvt session started using C<@@URXVT_NAME@@ -name URxvt> 633Here's an example for a URxvt session started using C<@@URXVT_NAME@@ -name URxvt>
634 634
635 URxvt.keysym.Prior: \033[5~
636 URxvt.keysym.Next: \033[6~
635 URxvt.keysym.Home: \033[1~ 637 URxvt.keysym.Home: \033[7~
636 URxvt.keysym.End: \033[4~ 638 URxvt.keysym.End: \033[8~
637 URxvt.keysym.C-apostrophe: \033<C-'>
638 URxvt.keysym.C-slash: \033<C-/>
639 URxvt.keysym.C-semicolon: \033<C-;>
640 URxvt.keysym.C-grave: \033<C-`>
641 URxvt.keysym.C-comma: \033<C-,>
642 URxvt.keysym.C-period: \033<C-.>
643 URxvt.keysym.C-0x60: \033<C-`>
644 URxvt.keysym.C-Tab: \033<C-Tab>
645 URxvt.keysym.C-Return: \033<C-Return>
646 URxvt.keysym.S-Return: \033<S-Return>
647 URxvt.keysym.S-space: \033<S-Space>
648 URxvt.keysym.M-Up: \033<M-Up> 639 URxvt.keysym.Up: \033[A
649 URxvt.keysym.M-Down: \033<M-Down> 640 URxvt.keysym.Down: \033[B
641 URxvt.keysym.Right: \033[C
650 URxvt.keysym.M-Left: \033<M-Left> 642 URxvt.keysym.Left: \033[D
651 URxvt.keysym.M-Right: \033<M-Right>
652 URxvt.keysym.M-C-0: list \033<M-C- 0123456789 >
653 URxvt.keysym.M-C-a: list \033<M-C- abcdefghijklmnopqrstuvwxyz >
654 URxvt.keysym.F12: command:\033]701;zh_CN.GBK\007
655 643
656See some more examples in the documentation for the B<keysym> resource. 644See some more examples in the documentation for the B<keysym> resource.
657 645
658=head3 I'm using keyboard model XXX that has extra Prior/Next/Insert keys. How do I make use of them? For example, the Sun Keyboard type 4 has the following map 646=head3 I'm using keyboard model XXX that has extra Prior/Next/Insert keys. How do I make use of them? For example, the Sun Keyboard type 4 has the following map
659 647

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines