• @[email protected]
    link
    fedilink
    407 days ago

    Control+C is used to kill a process in the terminal and that shouldn’t be overwritten. If it is, you’d have to create a totally separate key binding to kill a process. Seems unnecessarily complex when Control+Shift+C works just fine.

    • @[email protected]
      link
      fedilink
      14 days ago

      Sun keyboards had dedicated copy and paste keys.

      Also the illusive “Stop” key that you needed to break into the boot rom.

    • @[email protected]
      link
      fedilink
      English
      06 days ago

      That’s what I came here to say. What’s the point in making an unnecessarily complex “hack” to circumvent what shift-control-c and v does? I’ve never had a problem with it. And there’s something to be said for not making it super easy to paste text to a terminal, especially from places online…

    • hallettj
      link
      fedilink
      English
      497 days ago

      The article doesn’t suggest using Control+C. It talks about dedicated copy and paste key codes, and you can program your keyboard to map those codes to whatever keys you like. They suggest Fn+C.

      • furry toaster
        link
        fedilink
        English
        0
        edit-2
        7 days ago

        what about shift+insert amd ctrl+insert thats literally already there

          • @[email protected]
            link
            fedilink
            15 days ago

            Well, the article proposes to use dedicated copy and paste keys. If you don’t have an insert key, you probably don’t have those either.

      • elmicha
        link
        fedilink
        57 days ago

        We could use Ctrl+Insert and Shift+Insert like in the last three decades, but some of these keyboards apparently forgot about the Insert key.

        • @[email protected]OP
          link
          fedilink
          36 days ago

          I confirmed that these already supported a number of terminals plus QT and GTK. They could also be mapped to be more ergonomic with a programmable keyboard:

          • Control+Insert: Copy
          • Shift+Delete: Cut
          • Shift+Insert: Paste
          • @[email protected]
            link
            fedilink
            25 days ago

            But Shift+insert currently pastes the primary selection, not the copy-paste clipboard. So it doesn’t do the same as Ctrl+V.

            • @[email protected]OP
              link
              fedilink
              1
              edit-2
              5 days ago

              It depends. In Firefox, Chrome and LibreOffice, Shift-Insert pastes the clipboard, not the selection. Viva Linux!

    • @[email protected]
      link
      fedilink
      147 days ago

      Kitty has a setting that makes Ctrl-C copy text, but only if you’ve selected something. If you haven’t it does a regular break. Best of both worlds!

    • @[email protected]OP
      link
      fedilink
      147 days ago

      Control+C is used to kill a process in the terminal and that shouldn’t be overwritten.

      Agreed. The post didn’t suggest that.

      Seems unnecessarily complex when Control+Shift+C works just fine.

      For people already using programmable keyboards global copy/paste shortcuts are a nice perk.

      I spend nearly all my day in a browser or a terminal and as I use a terminal and browser that already support this, the effect is 99% complete.

    • @[email protected]
      link
      fedilink
      107 days ago

      I feel like you may have misunderstood the article. It’s talking about how support is increasing for dedicated Copy keys, and that programmable keyboards make it easy to use dedicated Copy keys. The article does not mention changing the behaviour of Ctrl-C.

    • @[email protected]
      link
      fedilink
      57 days ago

      Come on, having a 3-key combo for such a common task is a PITA. There’s a reason people have been complaining about this for decades.

      • @[email protected]OP
        link
        fedilink
        87 days ago

        The first time you accidentally type Control-C into a terminal and cancel an important process when you meant to copy some text it becomes a PITA.

        • @[email protected]
          link
          fedilink
          87 days ago

          Exactly. I do it pretty regularly and I’ve been using Linux for 20 years.

          And yet people here are still saying “no biggie”. It’s pure status quo bias.

          • @[email protected]
            link
            fedilink
            -26 days ago

            No, it’s recognising that terminal has its own rules and the learned Ctrl+C for copy has no sense… Okay, C-Copy. Some sense. Now, Ctrl+V for… vaste? :)

            All while having an Insert fucking button.

            In the end, me personally does not care as long as Ctrl+C continues to be the process-killer

    • Lucien [he/him]
      link
      fedilink
      4
      edit-2
      7 days ago

      And I’m pretty sure this key combination predates copy and paste key combinations.