For some reason I can't use Ctrl+Shift+C on a new Windows Terminal installation with the default bindings (nothing changed in profiles.json). Ctrl+Insert works fine.
I tried to explicitly add { "command": "copy", "keys": "ctrl+shift+c" } in profiles.json but that didn't help either.
Environment
Windows build number: 10.0.18363.0 Microsoft Windows NT 10.0.18363.0
Windows Terminal version (if applicable): 0.10.781.0
Steps to reproduce
- Open Windows Terminal.
- Select text and press Ctrl+Shift+C.
Expected behavior
The text is put into the clipboard.
Actual behavior
Nothing happens.
For some reason I can't use Ctrl+Shift+C on a new Windows Terminal installation with the default bindings (nothing changed in profiles.json). Ctrl+Insert works fine.
I tried to explicitly add
{ "command": "copy", "keys": "ctrl+shift+c" }in profiles.json but that didn't help either.Environment
Steps to reproduce
Expected behavior
The text is put into the clipboard.
Actual behavior
Nothing happens.