The easiest way to start a shortcut (start an application) is to double-click the
shortcut icon or select the shortcut and press the "Start !" button.
Shortcuts can also be started via the
command line:
- gdc -S <shortcutname> will start gdc (if needed)
and the specified shortcut.
- gdc myshorcut.gdc will start gdc (if needed)
and the shortcut defined in myshortcut.gdc file.
If several shortcuts have been exported, the first one will be started.