Ah the classic Linux community response to any complaint.
Why is that persons response considered the community response?
Ive been using Linux for 20 years so… Can we change that shortcut please?
Proposing a fix is better than no fix? I didn’t know it was possible, and now I’m looking into it.
Changing the default is a social issue, so of course it’s more difficult than changing one’s current setting.
I doubt they’ll change that, since Ctrl+Shift+C also opens the dev console on chromium based browsers on Windows (just tried it with Chrome and Edge). Not sure if that’s the behavior on Linux, since I only use Firefox there.
Also, I really doubt that Ctrl+Shift+C behavior is going to factor into people’s decision anyway. That’s a very niche problem to have.
Can confirm ctrl-shift-c opens dev console
I keep mixing up the shortcuts because ctrl-shift-c is copy in the KDE terminal
Ctrl + C performs an entirely different function in most Linux terminals/shells, Firefox’s default behavior feels out of place. It’s admittedly a niche problem, but to me, it looks like an ‘alien’ in the Linux world.
Unless Google’s search AI lied to me (and surely it would never do that) this is all Apple’s fault anyway. They are the one’s that highjacked Ctrl+c for the copy function.
Unfortunately, that has become ingrained now everywhere other than the Linux terminal. And as Gui interfaces have improved over the years, average users are spending less time there, and Ctrl+shift+c has become the option that feels out of place.
crtl+c , crtl +shift +c behavior instead of demanding the whole world revert a decision made in the last century.
Whats wrong with using the metric system to represent quantities? Its the default on pretty much everything except fueling planes or operating satellites. /s
The conflict arises from having two different defaults for the same action. Since users frequently switch between these environments, the lack of a universal shortcut causes constant friction.
The key issue is that the request is to change behavior in one place (browser) to match that of a rare case (terminal), causing a mismatch with the frequent case (office suites, mail programs, …). The terminal is the odd one out, not the browser, and ought be the one to change the default for the reason you provide.
In practice, a terminal is a special case and not just a text input window, and current convention is that Ctrl + C aborts / cancels.
(You could of course have a duplicate hotkey, but now you are inconsistent w.r.t. other browsers, and there will be someone else who will be annoyed by the difference)
To be similarly pedantic: Ctrl+C is a hotkey that send the corresponding ASCII code to signal something, it is not an ASCII code itself.
You could have the same character be sent by using Ctrl+Q (if you were to remap it), and not break compatibility with other processes while doing so: the codepoint being sent would be the same. From a technological perspective there is nothing special about the key combination Ctrl+C specifically, but altering this behavior in a terminal absolutely wreak havoc on the muscle memory of terminal users, and altering it’s behavior in a text editor on everyone else’s.