Skip to content

Macro Grid

George Joseph edited this page Oct 20, 2019 · 1 revision

Derived from Element -> Panel -> Grid -> File Grid.

A Macro Grid is a form of File Grid specialized to display and allow execution of macros. Basically, it's a grid of Buttons. When you click the button, the macro will run.

{
	/*
	 * All attributes of Element, Panel, Grid and File Grid apply here
	 */

	"type": "macro_grid",

	/*
	 * What directory should the macros be retrieved from?
	 * If you have lots of macros that you'd like to
	 * display in groups, put them in sub directories
	 * and just display that directory.  The default
	 * is "/macros".
	 */
	"directory": "/macros",

}
Clone this wiki locally