Term Prototype - Execute JA on Return Key

0
I'm prototyping a client side terminal window I would like to execute JA on user keypress, how will this be achieved? Thankyou
asked
2 answers
2

Check also this one: https://appstore.home.mendix.com/link/app/1835/Mendix/Keyboard-Shortcut

answered
0

One way you could achieve this is:

  1. Create a Microflow with the Java action in it;
  2. Create a custom widget and;
  3. Attach the ENTER keypress to the click on a button which fires the microflow hence firing the Java-action.

For an exact how to, see: https://world-old.mendix.com/pages/releaseview.action;jsessionid=1A7C4C437A52C054071566D4038E342A?pageId=7635351

and especially the part 'Adding the enter button'.

answered