how to override browser shortcut keys for alt D
VinithaMar 30 2011 — edited Mar 30 2011Hi Frank,
I am using JDeveloper 11.1.1.3.0 . I need to provide keyboard shortcuts for components . I am using textAndAccessKey for achieving this for which the combination would be alt + accessKey . I am able to achieve the same for certain keycombinations like ALT + C , ALT + A which are browser shortcut keys. i am able to override these browser shortcut action with user defined action . But unable to do for alt D which is also a browser shortcut key.
For customising the browser shortcut actions i followed the procedures as specified by you in the following link ...
key board registration feature in this whitepaper: http://www.oracle.com/technetwork/developer-tools/jdev/1-2011-javascript-302460.pdf
Its page 36 onwards ... as given by frank.
Following this i could achieve for alt M , but could not achieve for ALT+L ,ALT+E ,ALT+D,ALT+S,ALT+H.
Can someone provide me a solution as to how i can use these shortcuts (ALT+L , ALT+E , ALT+D, ALT+S, ALT+H)for trigerring my action .
Thanks
Vini
Edited by: Vini on Mar 30, 2011 2:12 AM