• chirping@infosec.pub
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    Did you (or I?) miss something here? In the 3rd paragraph it’s “revealed”:

    In a story of “what’s old is new again”, the solution dates back to ancient keyboards with physical keys for Copy and Paste.

    Neo seems like a cool layout, reminds me of “unexpected keyboard” for android, but I fail to see the relevance since it doesn’t have the copy/paste buttons (like the keyboard in the picture in the article) as far as I can see

    • enemenemu@lemm.ee
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      2 days ago

      Buying a new keyboard with an unusual key (combination) is not the solution to a universal copy paste shortcut. I didn’t get why you’d write about adding a new universal shortcut by buying a new external keyboard that you can customize when you can customize what you already have. Yes, customizing the external keyboard is different but it is far far away from becoming universal.

      • brian@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        3 hours ago

        ctrl v is convention for paste, but plenty of things (ex terminals) use that for something else. this is a universal (wrt the app receiving it) keycode that means paste. it lets you bind a key, or a keyboard shortcut, to the paste key and paste in any app. without this it isn’t possible.

        it doesn’t even have to be a new programmable keyboard. there exist software key remappers for linux.

        you could remap a mouse button to paste, you could remap ctrl v to always paste regardless of the app, etc., all in software, all not possible before.