#creator 2.1 update:2.1.1 fixed keygroup layout new features: - variable declaration and defaults - sleep this release is all about making templates MUCH more maintainable and readable and a bit more flexible to, and was part of the motivation of implementing 2.0 Note: this is backwards compatible, so templates do not need to be change immediately. However, once changed they will only work with 2.0 details... Sleep ===== now in a template you can specify a 'sleep' example (and only likely requirement!) in createdevice.bc pico manager create sleep 2 this tells creator to wait 2 seconds before continuing, giving time for eigenD to create the keyboard before continuing. this means I can (and have) removed the pause between executions, which will make larger setups much faster to run! Declaring variables ================ Ok, this is the 'biggy' and one of the big reasons for 2.0 for me. Lets look at an old template (linkrig.bc) scheduler identifier to %VAR2% scheduler iden...