Perhaps this is the right time to talk about a limitation I encountered with C#. I would have liked to be able to develop commands with instant keys. A basic use would be to define an extrusion direction directly with X, Y, and Z, which would avoid doing this:
This is a simple example, but defining specific instant keys for a customized command could be very practical.
I split this off to a new topic as it isn’t exactly the same as instant aliases. I assume you want to explicitly mark certain options as instant. Is that correct?