How to disable Control+L on a specific field in Oracle MSCA?
I am trying to figure out how to disable Control+L (opening LOV popup shortcut). I have a requirement to discourage user to hit Control+L and select a value from LOV, rather the user should scan the barcode or manually enter value in the field.
I tried handling the event with specialKeyPressed method in CustomListener.java, but Control+L is not being captured in specialKeyPressed method.
Any pointers would be highly appreciated.