1847491 Members
5072 Online
110265 Solutions
New Discussion

Re: dtterm key mapping

 
SOLVED
Go to solution

dtterm key mapping

hello,
we have oracle 7.3 on hpux10.2 server.
when we open oracle forms with vt220 teminal mode, key mappings eg. F4 to exit etc. are working fine. How to make the key mappings to work on dtterm?

venu



2 REPLIES 2
Steve Steel
Honored Contributor
Solution

Re: dtterm key mapping

Hi

Look at man of dtterm and something like
/usr/bin/X11/dtterm -display $DISPLAY -tn vt200 -fg darkgreen -bg khaki -bs -bw 200 -fn courB24 -fb courB24 -kshMode -ls -mb -sb -sl 2000 -ms red -nb 10 & 2>/dev/null

should work fine

Or look at xmodmap


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)

Re: dtterm key mapping

Thank you Steev
xmodmap worked out.
i didn't try another solution.

venu