builder icon indicating copy to clipboard operation
builder copied to clipboard

Input helper for expression

Open nighca opened this issue 3 months ago • 1 comments

We may allow the user to construct or modify an expression in input helper.

nighca avatar Sep 25 '25 09:09 nighca

Consider editing among similar (while different) overloads, for example:

// From
stepTo "S1"
// To
stepTo S1
// Or
stepTo Mouse

nighca avatar Oct 09 '25 03:10 nighca