Keyboard Mapping [message #346364] |
Mon, 08 September 2008 06:19 |
|
Hi All,
The function keys are not working on ORACLE forms from the internet explorer when i choose SUN JVM as an option rather than MS JVM.
Hen ce i need to modify the keyboard values,so that this function keys and other keys like page down,page up will work.
1. Convert .res file into .prn file so that you can edit it, using the following command.
$ resprint60 fmrcv60.res
2. Make the required changes and change it back to .res using the following.
$ resparse60 fmrcv60.prn
3. Generate the resource file using the following commands.
$ otgen60 fmrcv60.res sun5 sqlforms runform
$ otgen60 -l fmrcv60.res sun5 sqlforms design
$ otgen60 -l fmrcv60.res sun5 tk2 tk2
I have opened the fmrcv60.prn file and below is the encoded value,could someone please know what value i need to include for F keys and other keys to make work in IE.
encoding char "\\e[226z"
name char "F3"
encoding char "\\e[227z"
name char "F4"
encoding char "\\e[228z"
name char "F5"
encoding char "\\e[229z"
name char "F6"
encoding char "\\e[232z"
name char "F9"
encoding char "\\e[233z"
name char "F10"
encoding char "\\e[234z"
name char "F11"
encoding char "\\e[216z"
name char "PageUp"
encoding char "\\e[222z"
name char "PageDown"
|
|
|
Re: Keyboard Mapping [message #346424 is a reply to message #346364] |
Mon, 08 September 2008 09:34 |
|
I have modified with below respective values but not sure anyother changes do i need to make !!
kf11=\23323~,
kf3=\23313~,
kf4=\23314~,
kf6=\23317~,
kpp (pageup)
knp (pagedn)
knp=\2336~,
kpp=\2335~,
kf7=\23318~,
kf8=\23319~,
kf9=\23320~,
kf10=\23321~,
kf1=\23311~,
kend=\2334~, user key definition
|
|
|
|