Using "CTRL + S " Keys to execute a pl/sql code in Oracle APEX

550 views Asked by At

I have an editable interactive reports in Oracle APEX 5.0, having 5-6 APEX_ITEMS and I have a update button on clicking which a pl/sql code is fired to save the edited changes in the db.

My requirement is to be able to the run the same pl/sql code(which executes on Pressing the update button) when CTRL + S keys are pressed on the keyboard.

I tried using KEY DOWN and KEY RELEASE Dynamic actions and java script but nothing worked.

Please do respond with the solution as this is a critical requirement!!!

1

There are 1 answers

0
DanBoc On

You have to do so with custom javascript and then can you recall yours plsql. I hope this help ctrl+s jquery