Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to change Interactive Grid actions shortcut

Hamza Al-abbasiDec 6 2020

Hi Guys. I was wondering how can I change some Interactive Grid action shortcuts such as next record, previous record (in Edit mode) and the action that open PopupLov when column is in PopupLov type. The key Enter move to next record, Shift+Enter move to previous record and ArrowUp and ArrowDown open the PopupLov. Is it possible to change these shortcuts?. I have tried to change previous, next record shortcuts using this code, but it shows some errors. This is the code :

actions.lookup("next-record").shortcut = "Alt+ArrowDown";
actions.update("next-record");
actions.lookup("previous").shortcut = "Alt+ArrowUp";
actions.update("previous-record");

Also, I don't know how to change or prevent when press ArrowUp or ArrowDown to open PopupLov.

Regards,
-Hamza

This post has been answered by John Snyders-Oracle on Dec 7 2020
Jump to Answer
Comments
Post Details
Added on Dec 6 2020
2 comments
336 views