In oracle form builder, I want to use a trigger for Shift + A, (it just cant be any other key, dont ask me why please), but there are only a few specific KEY- triggers available. I just want to run some PL/SQL code whenever Shift + A is pressed in a form.
Im using oracle forms 12c.
Maybe I could use the trigger "when-custom-javascript-event" but I dont understand where to put the javascript code.
Help please. Thank you