Re: Is it possible to use windows key as modifier for keybindings in tmux running in rxvt?

2013-11-10 Thread Nicholas Marriott
If you run "cat" outside tmux then press the key, what does it show? If nothing then you can't map it unless you can configure your terminal to make it send something. Original message From: hubert depesz lubaczewski Date: 11/11/2013 04:50 (GMT+01:00) To: tmux-users@lists.

Is it possible to use windows key as modifier for keybindings in tmux running in rxvt?

2013-11-10 Thread hubert depesz lubaczewski
Hi, the subject is pretty descriptive, but let me describe it a bit more. I'm running urxvt, and inside of it, I have tmux (1.8). In my tmux, I use a some "bind-key -n ..." commands, like: bind-key -n M-d new-window -n andy 'exec ssh -t andy' Would it be possible (or, how could I do it) so that