Close! I’m on Linux (Ubuntu, to be more specific). Control-C is sends a signal that ends the current program that I’m running in the shell. In that specific case, Control-Shift-C is for copy.
I’m an old-school unixy programmer. My work day is split between three interfaces: Chrome (e-mail, Google drive, etc), a graphical text editor (I use Sublime Text), and a command window (for running builds, accessing development hardware, and more). Two of the three use good ol’ Control-C.
I got a real whiff of overweening contempt off that post but couldn’t quite tell what it was aimed at. From somebody who joined last week that tripped my alert.
Perhaps I was hasty or overreactive. We shall see.
I always forget about Ctrl-Shift-C, as I never use it to open the Inspector. Either I will want to inspect something specific and will use the right click option, or I need to do something to the page as a whole, which means I want the Console, which uses Ctrl-Shift-J (or Ctrl-Shift-K in Firefox).
I would have hoped that whatever way you were remapping Ctrl-C to Ctrl-Shift-C would be able to override the browser shortcut. (Though I admit I nearly always copy text with the mouse. I don’t like using the arrows to highlight text, and if I’m already using the mouse, right clicking usually seems easier. Now, when pasting, I very often use the keyboard.)
It’s actually default behavior on the terminal window, because control-C for “cancel this action” has existed longer than “copy to clipboard”. I never thought about remapping…maybe I can find something that does let me remap in the Chrome context. Thanks for the idea! I’ll take a look.