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.
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.
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.
I used the terminal command you provided (xdg-open)
and followed the steps in
Default keyboard and shortcut settings (from within System Settings)
I had to reboot ubuntu for the changes to take effect which is not well clarified there.
Thank you very much.
– Shirley Temple May 14 '17 at 02:18