0

Is it possible in Ubuntu launch a url from desktop with a combination of keys?

In my job, in Windows, I use Ctrl-Alt-k to open a website where I have some tools. I would like to do the same here in my house where I only have Ubuntu.

1 Answers1

2

You can create a keyboard shortcut for the command

xdg-open https://some-website

See How can I change what keys on my keyboard do? (How can I create custom keyboard commands/shortcuts?) for how to create keyboard shortcuts.