Keyboard shortcut for an executable script on ubuntu

0

I have an executable hosted on my desktop, and I would like to create a shortcut to open it, but I do not know how to do it? if it were in the directory where the executable is located, it could write inside the terminal ./file but I want to create a shortcut of writing like the one that exists in the terminal (Alt + ctrl + t) to open it without resorting to the terminal, I'm using ubuntu 16.04

    
asked by mihael 13.08.2018 в 01:37
source

1 answer

0

Here is how to create a custom shortcut:

link

All you have to do is place the executable file (remember to give it execution permissions) in your directory home .

This way for the shortcut the command that you have to put is ~/.file where ~ refers to your home.

If you have problems put it in the comments and we look at it.

Greetings

    
answered by 15.08.2018 в 12:07