cpp-terminal icon indicating copy to clipboard operation
cpp-terminal copied to clipboard

document taken keys

Open MCWertGaming opened this issue 3 years ago • 2 comments

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?

MCWertGaming avatar Mar 12 '21 14:03 MCWertGaming

I would document this in our documentation, together with other problematic key combinations that only work in some terminals.

certik avatar Mar 12 '21 15:03 certik

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.

MCWertGaming avatar Mar 12 '21 17:03 MCWertGaming