On Mon, Feb 18, 2013 at 09:32:56PM +0000, Daniel wrote:
> So, it seems that these two lines in .Xresources are still needed
> >> URxvt*keysym.C-Tab: \033[27;5;9~
> >> URxvt*keysym.C-ISO_Left_Tab: \033[27;6;9~

Yes, urxvt does not send the xterm "modifyOtherKeys" codes by default
(if at all).

> 
> But in .tmux.conf this is now enough
> >> bind -n C-Tab last-window
> >> bind -n C-S-Tab next-window
> 
> At least for urxvt, which I am running. So tmux is able to somehow pick
> up these my keysyms. If I run xterm, with no special settings, C-Tab
> works, but C-S-Tab falls through to the application; emacs picks it up
> as "Backtab".

Yes for some reason with modifyOtherKeys=1 (which is what tmux asks
for), xterm still sends C-S-Tab as BTab which is the same as S-Tab.

> 
> No question really, glad it works for me now in urxvt.
> 
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
> is your hub for all things parallel software development, from weekly thought 
> leadership blogs to news, videos, case studies, tutorials, tech docs, 
> whitepapers, evaluation guides, and opinion stories. Check out the most 
> recent posts - join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to