I recently bought a new keyboard with macro keys. Unfortunately, the manufacture has proprietary software that only runs on Windows.
I have been doing some workarounds to use the macro-keys by first creating custom keyboard shortcuts and them use them in the macro-keys.
Currently, I am trying to create a shortcut to open a local terminal in a folder and lunch visual code.
In ubuntu, a local terminal can be opened by doing:
right click + E
Shift + F10 + E
I would like to know if this is possible through a command line: with something like:
gnome-terminal --working-directory= something to be defined --LocationOfVisualStudioLuncher
Best Regards!
shift + F10 + E
. How does Ubuntu know the folder? – Jan 05 '21 at 11:39