19
1

Using custom keyboard firmware to enable copy/paste shortcuts on Linux that work in terminals too.

1y 1mon ago by lemmy.world/u/markstos in mechanicalkeyboards@lemmy.ml from mark.stosberg.com

cross-posted from: https://lemmy.world/post/29330696

Progress towards universal Copy/Paste shortcuts on Linux

I've programmed my keyboard (bit round the houses as I can't directly assign copy and paste keycodes) so Fn+X/C/V send XF86Cut/Copy/Paste.

It works in Firefox. Yay!

It doesn't work in anything else I've tried, but according to that article GTK and Qt are being updated and they usually handle copy/paste rather than the apps themselves.

Looking forward to ditching Ctrl+C, which should never have been a copy shortcut in the first place.