Is your feature request related to a problem? Please describe.
Currently, when pyRevit outputs the text data using print(), the output text can only be copied via right-click -> Copy command:

Describe the solution you'd like
Possibility of copying to clipboard using Ctrl+C keyboard shortcut in addition to right-click command .
Describe alternatives you've considered
N/A
Additional context
I'm used to copy the text by ctrl+с and often forget that it is not currently possible in pyRevit. So have to redo it way too many times 😄
Is your feature request related to a problem? Please describe.
Currently, when pyRevit outputs the text data using

print(), the output text can only be copied via right-click -> Copy command:Describe the solution you'd like
Possibility of copying to clipboard using
Ctrl+Ckeyboard shortcut in addition to right-click command .Describe alternatives you've considered
N/A
Additional context
I'm used to copy the text by ctrl+с and often forget that it is not currently possible in pyRevit. So have to redo it way too many times 😄