mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
After some experimentation it turns out that if input to send-keys is not a known key sequence like `C-m` or `C-l` for example, it it automatically treated as literal input. Negating the need to use it and hence check if it's supported.