Hello,

I noticed that binding C-; is not possible, even when commented as C-\; I'd like
to add support for this, but I'm a little unsure as to how tmux handles
non-alphanumeric characters.

An else if (key == ';') is needed at the block in input-keys.c:173. But since
space+alphabet are 0,1,2,... I don't know if a KEYC_SEMICOLON is needed, and
where else throughout tmux it needs to be handled.

I haven't tried it yet, but are binding all special characters (including
digits) below 'A' with a modifier broken, or not supported for a reason?


-Matt

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to