Team,
Editing simple xml in the Splunk GUI is awesome, but making the "Submit" button work via quick key, rather than making the user switch from keyboard to mouse with each submit, would be even more awesome. Thoughts on that? Is it out there and I just don't know it?
-S.
You could disable the submit button altogether, causing the searches on your view to run on change of any of the inputs.
http://docs.splunk.com/Documentation/Splunk/latest/Viz/Exampleform#Auto-run_a_form
<fieldset autoRun="true" submitButton="false">
...
</fieldset>