Instant Command Options

Hello @stevebaer ,

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.

jmv

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?

That could work, yes. Generally speaking, it’s about capturing keyboard inputs before the command line when you’re in a custom command.