Hello everyone,
Sometimes I find myself wanting to combine or simplify certain functions to be triggered with the same hotkey. As an example:
"
[If,Transform:Draw,
[BRUSH:MORE ITEMS,98]
,
[Transform:Draw]
] // B
"
This code of course doesn’t work, and that’s my problem. the wanted functionality in this case is that pressing “B” would get me to drawing mode without displaying the Brushes menu, similarly to pressing Q, but if I’m already in Draw mode, it would show me the menu. This for example has the benefit of freeing the Q key for other usages, and pressing “B” to select the Brush tool is what I’m used to in most of my other software.