cpp-terminal
cpp-terminal copied to clipboard
document taken keys
I think it would be good to provide warnings for problematic keys. That would include:
- CTRL+C (stops the program, can be deactivated)
- CTRL+Z (the same as CTRL+C but with a messasage)
- CTRL+J (open/close vscode terminal)
- CTRL+K (vscode commands)
- CTRL+F (vscode find)
- CTRL+M (vscode tab focus toggle)
- CTRL+E (vscode open file)
- probably some more
Is there maybe any way to check for throw errors on compile time based on function input? Or something like that?
I would document this in our documentation, together with other problematic key combinations that only work in some terminals.
Sure! I have found some dead keys in kitty too, like CTRL+M but I will investigate that one later on as it's my main terminal.