In console mode, the “Display License Agreement Screen” separates the license text into pages, with the only option being to hit “Enter” through each page. How can I customize this behavior and add something like a “(Q)uit” for people that have seen the license agreement 1000 times and just want to accept it.
Do I have to write custom screen code of some sort? Or is there a better way? If no, can this be added as a feature request?
You can do the following:
context.isConsole()Add a “Console handler” form component to the new screen and set its script to:
Then the display license screen will only bee shown if the user confirms this question.