kubernetic icon indicating copy to clipboard operation
kubernetic copied to clipboard

Support Shift+Ctrl+C on Terminal for linux and windows

Open dkapanidis opened this issue 4 years ago • 0 comments

On #169 the copy/paste was implemented using Ctrl+C and Ctrl+V, but in Linux and Windows terminals the convention is to use Shift+Ctrl+C and Shift+Ctrl+V respectively.

The Shift+Ctrl+V works as expected, but the Shift+Ctrl+C doesn't do anything.

Implement Shift+Ctrl+C alongside Ctrl+C (when text is selected) on Terminal sessions.

dkapanidis avatar Apr 11 '22 15:04 dkapanidis