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

https://mark.stosberg.com/universal-copy-paste/

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

Progress towards universal Copy/Paste shortcuts on Linux

19 points · 1 comments · view on lemmy.world

1 Comments

i_am_not_a_robot@feddit.uk · 3 pts · 1y

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.