16 Mart 2007 Cuma

Oracle 9i DS Key Bindings

If you like to change your native key bindings of your forms you must check for the frmweb.res file under forms90 directory. It is a text file so you can open it with a text editor. I advise wordpad for ms windows. Then find the key bindings and change them manually.

You can also change the definition between brackets ("") so if you are willing to translate it to your own language you can do it.

To change the keys you must modify the numbers in the first colums.
For example :

Original Line is like below where 122 equals to F11 key and 2 is equal to CTRL act as CTRL + F11 to execute query
122 : 2 : "F11" : 77 : "Execute Query"
to change it to F11 with out need to press CTRL and translate "execute query" to Turkish you can change as below
122 : 0 : "F11" : 77 : "Sorgula"

Hiç yorum yok: