▲ | JoshTriplett 6 days ago | |||||||||||||||||||||||||||||||
I learned Ctrl-C for "kill program" very nearly before Ctrl-C for copy existed, and long before it existed on any platform I used. I value consistency, but I also value consistency with common practice for the type of application I'm using. The common failure mode, for me, isn't hitting Ctrl-C for copy in a terminal by mistake, it's hitting Ctrl-Shift-C for copy in a browser and ending up with the console open, or hitting Ctrl-W to delete a word and having it close a tab. | ||||||||||||||||||||||||||||||||
▲ | Svip 6 days ago | parent | next [-] | |||||||||||||||||||||||||||||||
Kind of wish Firefox allowed one to modify the common keyboard shortcuts in the browser. But considering the open issue on the matter, I won't keep my hopes up: https://bugzilla.mozilla.org/show_bug.cgi?id=57805 The hacks about seems to be basically steal keyboard shortcuts the same way webpages already do; either through an extension[0] or modifying config-pref.js[1]. Neither of which seems very appealing to me. Though, funnily: I did hit Ctrl-W writing this message to delete a word; thank goodness for cache. [0] https://addons.mozilla.org/en-US/firefox/addon/shortkeys/ [1] https://old.reddit.com/r/firefox/comments/kilmm2/restore_ctr... | ||||||||||||||||||||||||||||||||
▲ | Galanwe 6 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||
This drives me nuts as well, the number of times I close a tab with C-W, or select all with C-A... My brain can "switch mode" when on a regular web page, but if I open some kind of "terminal in a page" (i.e. I the AWS console), then I'm 100% it will end up with a C-W. | ||||||||||||||||||||||||||||||||
|