|
|
|
|
|
by quesera
1927 days ago
|
|
> generally avoid C-c for copy in terminals Absolutely. But it's not cruft. It's the original meaning of the character, and the standard method of generation. Ctrl+C is just like any other keypress which maps to a standard ASCII representation. The error is in reusing ASCII chars for GUI actions. This was an obviously-bad idea in 1985, and it has never become a better idea. |
|
My perspective is that control characters were a bad idea from the beginning. Then again, so are ubiquitous predefined keyboard shortcuts like C-c.
Having user interaction predefined makes it more difficult to change keyboard layouts and shapes.