Skip to main content

FUNCS

The <FUNCS> section is where you can define functions within a Simkey program. The syntax within this section works nearly identically as in the <MACRO> section. Refer to this page for more information on how to declare and use them.

Here's a simple example of defining a function and using it:

<FUNCS>
@walk {
|w
}

<MACRO>
@walk # Same as if |w was written instead #