User Defined Variables

You can create variables and set them to any value then use them either manually by typing into the CLI or inside a shortcut binding.

All user variables start with the "@" symbol

This scheme offers a lot of flexibility and power if you're a regular shortcut user! For example you could define a variable @bigsize and use that in multiple shortcut bindings to Swarm, Chase etc. And then if you want to change the size used in these bindings, you can simply modify the value of @bigsize without having to re-write the bind shortcut.

How To Create & Modify Variables

Command
Description
Example

set @<name> <value>

Create a variable or change existing variable value

set @bigsize 1000$ set @halfsize 50% set @myentry -1%

unset @<name>

Remove a variable

unset @bigsize

unset all

Removes all variables

print @<name>

Shows current value of the variable

print @myentry

print all

Displays all variables and their current values

Quick Editor

For fast editing, you can also use the quick editor in the Hotkey Configuration at the top:

Using Variables in the CLI

It's very simple, here's a quick example:

Last updated