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