On Tue, Oct 02, 2012 at 07:02:45PM -0400, "Benjamin R. Haskell"
<[email protected]> wrote:
> >map <Esc>[27;5;9~ ifoo
> >
> >This also didn't work. It seems like ctrl-tab is interpreted as a
> >simple tab character. Did this work for you?
>
> Possibly, also, just try the version I'd expect would work (since
> XK_Tab is the name for the keysym):
both of these must work:
*.keysym.C-Tab: ...
*.keysym.C-0xff09: ...
If they don't, then most likely the resources were not used, e.g. wrong
file, no xrdb, or no new window was created after xrdb.
One can easily test this by using e.g.:
urxvt -xrm '*.keysym.C-Tab: hello world'
Followed by pressing ctrl-tab, should enter "hello world". If it works
with -xrm but not via .Xresources then the resource line was most likely
not seen by urxvt.
--
The choice of a Deliantra, the free code+content MORPG
-----==- _GNU_ http://www.deliantra.net
----==-- _ generation
---==---(_)__ __ ____ __ Marc Lehmann
--==---/ / _ \/ // /\ \/ / [email protected]
-=====/_/_//_/\_,_/ /_/\_\
_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode