Hacker News new | ask | show | jobs
by johndoughy 1617 days ago
Couldn't agree more about consistent keyboard shortcuts. It's crazy to me that mere copy/paste doesn't have a consistent keyboard shortcut across the system (eg terminal uses ctrl-shift-c or something). And if copy/paste isn't consistent, there's little hope for other shortcuts.
2 comments

Ctrl-C is a break signal. When you're in the UI, ctrl-c, ctrl-x, and ctrl-v work like you would expect.

How do you send a break on a mac terminal? I didn't think it was any different.

Ctrl-C is break on mac terminals too, but it’s not a problem since for Mac applications the primary modifier is command — so instead or Ctrl-C and Ctrl-V for copy and paste, it’s Cmd-C and Cmd-V for everything, including the terminal.
> Ctrl-C is a break signal

and you can change that if you want in your terminal emulator. I modified some of my xterm's defaults using stty (I didn't change ctrl-c though, but you can change it).

Not a problem in KDE.