I am using Ubuntu 24 with the default desktop. Does anyone have any idea how I could accomplish the following:
When the user has some text selected (in any application) and they press Ctrl-C twice in quick succession (defined as, say, the mouse double click time), then the default browser is launched with a command line pointing at a search for that text.
I have this on Windows via a utility called SearchClip and I find it's super handy, but I don't know how to port that to Ubuntu - it uses a global keyboard hook and that's a really Windows-specific thing.