I have been trying to make a keyboard binding in tmux's root key-table (no prefix) for Ctrl-Alt-;, but haven't been able to get it to work.
I then realised that in bash Ctrl-v, Ctrl-; returns only ;, so typing Ctrl-Alt-; is the same as typing Alt-;.
So is it not possible to use Ctrl-; at all in Linux? Is there anything I could do to make it work?
I am using a UK keyboard if that is making any difference here.