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

Comparing rxvt-unicode/README.FAQ (file contents):
Revision 1.2 by root, Sun Jan 16 15:59:45 2005 UTC vs.
Revision 1.3 by root, Thu Feb 3 10:24:09 2005 UTC

506 associated with keysyms. 506 associated with keysyms.
507 507
508 Here's an example for a URxvt session started using `rxvt -name 508 Here's an example for a URxvt session started using `rxvt -name
509 URxvt' 509 URxvt'
510 510
511 URxvt*keysym.Home: \e[1~ 511 URxvt.keysym.Home: \e[1~
512 URxvt*keysym.End: \e[4~ 512 URxvt.keysym.End: \e[4~
513 URxvt*keysym.C-apostrophe: \e<C-'> 513 URxvt.keysym.C-apostrophe: \e<C-'>
514 URxvt*keysym.C-slash: \e<C-/> 514 URxvt.keysym.C-slash: \e<C-/>
515 URxvt*keysym.C-semicolon: \e<C-;> 515 URxvt.keysym.C-semicolon: \e<C-;>
516 URxvt*keysym.C-grave: \e<C-`> 516 URxvt.keysym.C-grave: \e<C-`>
517 URxvt*keysym.C-comma: \e<C-,> 517 URxvt.keysym.C-comma: \e<C-,>
518 URxvt*keysym.C-period: \e<C-.> 518 URxvt.keysym.C-period: \e<C-.>
519 URxvt*keysym.C-0x60: \e<C-`> 519 URxvt.keysym.C-0x60: \e<C-`>
520 URxvt*keysym.C-Tab: \e<C-Tab> 520 URxvt.keysym.C-Tab: \e<C-Tab>
521 URxvt*keysym.C-Return: \e<C-Return> 521 URxvt.keysym.C-Return: \e<C-Return>
522 URxvt*keysym.S-Return: \e<S-Return> 522 URxvt.keysym.S-Return: \e<S-Return>
523 URxvt*keysym.S-space: \e<S-Space> 523 URxvt.keysym.S-space: \e<S-Space>
524 URxvt*keysym.M-Up: \e<M-Up> 524 URxvt.keysym.M-Up: \e<M-Up>
525 URxvt*keysym.M-Down: \e<M-Down> 525 URxvt.keysym.M-Down: \e<M-Down>
526 URxvt*keysym.M-Left: \e<M-Left> 526 URxvt.keysym.M-Left: \e<M-Left>
527 URxvt*keysym.M-Right: \e<M-Right> 527 URxvt.keysym.M-Right: \e<M-Right>
528 URxvt*keysym.M-C-0: list.0123456789.\e<M-C-.> 528 URxvt.keysym.M-C-0: list \e<M-C- 0123456789 >
529 URxvt*keysym.M-C-a: list.abcdefghijklmnopqrstuvwxyz.\033<M-C-.> 529 URxvt.keysym.M-C-a: list \033<M-C- abcdefghijklmnopqrstuvwxyz >
530 URxvt*keysym.F12: proto:\033]701;zh_CN.GBK\007 530 URxvt.keysym.F12: proto:\033]701;zh_CN.GBK\007
531
532 See some more examples in the documentation for the keysym resource.
531 533
532 I'm using keyboard model XXX that has extra Prior/Next/Insert keys. How 534 I'm using keyboard model XXX that has extra Prior/Next/Insert keys. How
533 do I make use of them? For example, the Sun Keyboard type 4 has the 535 do I make use of them? For example, the Sun Keyboard type 4 has the
534 following mappings that rxvt-unicode doesn't recognize. 536 following mappings that rxvt-unicode doesn't recognize.
535 KP_Insert == Insert 537 KP_Insert == Insert

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines