Marc Lehmann wrote: > On Mon, Oct 13, 2008 at 07:32:14PM +0300, you [Ville Herva] wrote: > > Is this something known (a missing compilation option, Xresource hitch, or > > sth) or should I try to compile 9.0 to see if it goes away? Ideally I'd like > > to use Ubuntu package to minimize work (with Fedora I always compiled from > > sources.) > > No, that syntax was never there, only what is documented in the manpage > works: if you want a ctrl-e character, you need to write a control-e > character.
Sorry, I had my facts wrong. The syntax (I think) worked was URxvt*keysym.Home: ^A URxvt*keysym.End: ^A URxvt*keysym.F1: ^A1 I must have tried all possible options when it stopped working, and left the silly <C-foo> in .Xresources when I gave up. It think I got that idea from http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.7.pod#I_don_t_like_the_key_bindings_How_do where it says: URxvt.keysym.C-Tab: \033<C-Tab> URxvt.keysym.C-Return: \033<C-Return> That probably doesn't mean <esc>Ctrl-tab, then. Anyway, as you said, and as Tim Harder pointed out, \001, \005 and \0011 (for screen window 1) etc do work. Tim Harder pointed me to page http://lists.schmorp.de/pipermail/rxvt-unicode/2008q4/000731.html where it says parsing key combinations like ^A ^E was removed in 8.4. But anyhow, I got it working now. Thanks! -- v -- [EMAIL PROTECTED] _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode
