Comment 3 for bug 1299092

Revision history for this message
Guillaume Chereau (guillaume-chereau) wrote : Re: [Bug 1299092] Re: Restore default_shortcuts.json and embedded scripts support

Gabriele: I removed the default_shortcuts.json file in the 0.13 branch.
Instead you can define shortcuts in the global config file.

If you want to create a script and assign it a shortcut, you have to add
the script in the scripts directory, and then in config.ini add a line
in the shortcuts section. The shortucts action names for scripts are of
the from "actionScript/<file.ssc>" For example, if you created a script
called "my_script.ssc", you would add:

    [shortcuts]
    actionScript/my_script.ssc = Ctrl+U,2

Let me know if this does not cover all the cases you need.