Jan Andersson
Hi – is there a best practice of implementing shortcut commands with the SPARK UI CVs? Like pressing ctrl and some other key to submit a form instead of having to move the cursor to the submit button and pressing it. We have a couple of customers moving to BPM with a legacy of doing everything with the keyboard.
Actually, ANY way to do this would be good to hear about.
Regards, Jan
SPARK Support
Hi Jan,
I don’t believe we have a built-in way of doing this in our controls, but you can always build custom Coach Views and define specific actions using Inline Javascript. Here is an example using shortcut.js, which I included as a Server File to my Sandbox App (http://www.openjs.com/scripts/events/keyboard_shortcuts/shortcut.js).
The action can then be changed to whatever you need, a click of a button, changes to the screen, etc.
Regards,
Alex Borodaev