--- rxvt-unicode/README.FAQ 2010/12/13 16:47:27 1.63 +++ rxvt-unicode/README.FAQ 2011/05/02 08:25:23 1.64 @@ -516,10 +516,9 @@ Mouse cut/paste suddenly no longer works. Make sure that mouse reporting is actually turned off since killing some - editors prematurely may leave the mouse in mouse report mode. I've heard - that tcsh may use mouse reporting unless it otherwise specified. A quick - check is to see if cut/paste works when the Alt or Shift keys are - depressed. + editors prematurely may leave it active. I've heard that tcsh may use + mouse reporting unless it is otherwise specified. A quick check is to + see if cut/paste works when the Alt or Shift keys are pressed. What's with the strange Backspace/Delete key behaviour? Assuming that the physical Backspace key corresponds to the Backspace @@ -565,26 +564,14 @@ Here's an example for a URxvt session started using "urxvt -name URxvt" - URxvt.keysym.Home: \033[1~ - URxvt.keysym.End: \033[4~ - URxvt.keysym.C-apostrophe: \033 - URxvt.keysym.C-slash: \033 - URxvt.keysym.C-semicolon: \033 - URxvt.keysym.C-grave: \033 - URxvt.keysym.C-comma: \033 - URxvt.keysym.C-period: \033 - URxvt.keysym.C-0x60: \033 - URxvt.keysym.C-Tab: \033 - URxvt.keysym.C-Return: \033 - URxvt.keysym.S-Return: \033 - URxvt.keysym.S-space: \033 - URxvt.keysym.M-Up: \033 - URxvt.keysym.M-Down: \033 - URxvt.keysym.M-Left: \033 - URxvt.keysym.M-Right: \033 - URxvt.keysym.M-C-0: list \033 - URxvt.keysym.M-C-a: list \033 - URxvt.keysym.F12: command:\033]701;zh_CN.GBK\007 + URxvt.keysym.Prior: \033[5~ + URxvt.keysym.Next: \033[6~ + URxvt.keysym.Home: \033[7~ + URxvt.keysym.End: \033[8~ + URxvt.keysym.Up: \033[A + URxvt.keysym.Down: \033[B + URxvt.keysym.Right: \033[C + URxvt.keysym.Left: \033[D See some more examples in the documentation for the keysym resource.