I have a requirement to reverse the Page-up, Page-down vs the Ctl-Page-up, Ctl-Page-down on a single form, but it remain normal for all other forms run from the same bin. So I cannot use Oracle terminal to change the values of the key-strokes since other forms in the same bin should not be altered.
I was thinking that maybe I could trap the key-stroke with the Key-Others trigger, but it looks like it only traps key stokes that are not previously defined. Is there a way inside this trigger that I can get the last key-stroke and do commands depending upon what the key-stoke is?
I was thinking that maybe I could trap the key-stroke with the Key-Others trigger, but it looks like it only traps key stokes that are not previously defined. Is there a way inside this trigger that I can get the last key-stroke and do commands depending upon what the key-stoke is?