kubernetic
kubernetic copied to clipboard
Support Shift+Ctrl+C on Terminal for linux and windows
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.