0

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!!!

Xyz
  • 5,955
  • 5
  • 40
  • 58
  • Possible duplicate of [Best cross-browser method to capture CTRL+S with JQuery?](http://stackoverflow.com/questions/93695/best-cross-browser-method-to-capture-ctrls-with-jquery) – Todd Sewell Feb 14 '17 at 20:50

1 Answers1

1

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

Community
  • 1
  • 1
DanBoc
  • 160
  • 1
  • 2
  • 9