Symbols for Lua-Preset-Files
Symbols can be added to the toolbar using the toolbar configuration dialog (see Edit Toolbar). The buttons on the toolbar are named "Lua 1" to "Lua 10" and can be assigned to a Lua script file by using these INI keys in the [Lua] section of the INI-File:
...
[Lua]
File1=c:\mypath\myfile1.lua
File2=c:\mypath\myfile2.lua
...
Will assign myfile1.lua to the "Lua 1" button. Upon clicking on the "Lua 1" button, myfile1.lua will be invoked.