<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Keyboard Mapping function key in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-mapping-function-key/m-p/2808827#M83741</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;first: use "dtterm" not "xterm", as "xterm" is an VT101 emulation, but "dtterm" is an "VT220" emulation. The latter does have proper function keys, the former not.&lt;BR /&gt;&lt;BR /&gt;Additionally you may configure your "$HOME/.Xdefaults" like here:&lt;BR /&gt;&lt;BR /&gt;dtterm*translations: #override \n\   #&lt;BR /&gt;Shift&lt;KEY&gt;F9:string("\032") \n\  #&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Due to problems with lines ending in back-slashes here in the forums you have to remove the "#" at the neds of the three lines...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;&lt;/KEY&gt;</description>
    <pubDate>Wed, 18 Sep 2002 17:30:33 GMT</pubDate>
    <dc:creator>Wodisch</dc:creator>
    <dc:date>2002-09-18T17:30:33Z</dc:date>
    <item>
      <title>Keyboard Mapping function key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-mapping-function-key/m-p/2808826#M83740</link>
      <description>Hi,&lt;BR /&gt;  we have installed third party software called star on HP-UX 11.00. I do telnet to that server from xterm on linux to HP-UX 11.00 box. After setting terminal TERM=vt220, i get into the application, then my function key (for example f9 is mapped to \E[20~) does not work, because "Escape key" has its own function within the application, like within the third party application if i am in a form and hit escape it comes to command prompt of application (some what similar to vi). when i press f9 it comes to command prompt of the application and puts [20~, it is not doing what it suppose to do.&lt;BR /&gt;  I did untic on vt220 and made the change to function key f9 to ^B and ran tic on vt220 source, still the application looks at function key f9 as \E[20~. &lt;BR /&gt;  I did checked the modified  setting of newly compiled vt220 and it shows f9=^B. &lt;BR /&gt;  Am i missing any important step in mapping the key??? Also how can someone tell me how to mapp "shift f9" to "control Z"???&lt;BR /&gt;&lt;BR /&gt;thanks in advance.</description>
      <pubDate>Wed, 18 Sep 2002 15:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-mapping-function-key/m-p/2808826#M83740</guid>
      <dc:creator>HPP</dc:creator>
      <dc:date>2002-09-18T15:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard Mapping function key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-mapping-function-key/m-p/2808827#M83741</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;first: use "dtterm" not "xterm", as "xterm" is an VT101 emulation, but "dtterm" is an "VT220" emulation. The latter does have proper function keys, the former not.&lt;BR /&gt;&lt;BR /&gt;Additionally you may configure your "$HOME/.Xdefaults" like here:&lt;BR /&gt;&lt;BR /&gt;dtterm*translations: #override \n\   #&lt;BR /&gt;Shift&lt;KEY&gt;F9:string("\032") \n\  #&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Due to problems with lines ending in back-slashes here in the forums you have to remove the "#" at the neds of the three lines...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;&lt;/KEY&gt;</description>
      <pubDate>Wed, 18 Sep 2002 17:30:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-mapping-function-key/m-p/2808827#M83741</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2002-09-18T17:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard Mapping function key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-mapping-function-key/m-p/2808828#M83742</link>
      <description>Thanks for the reply.&lt;BR /&gt; &lt;BR /&gt;No luck. I am having the same problem. I am telneting  HP-UX box (11.00)from Gnome terminal running on Redhat linux. I dont know where is key the function is set, it is still taking "\E[20~" for F9, inspite of setting F9=^B&lt;BR /&gt;&lt;BR /&gt; any more hints.....thanks</description>
      <pubDate>Thu, 19 Sep 2002 13:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-mapping-function-key/m-p/2808828#M83742</guid>
      <dc:creator>HPP</dc:creator>
      <dc:date>2002-09-19T13:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Keyboard Mapping function key</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-mapping-function-key/m-p/2808829#M83743</link>
      <description>Hi,&lt;BR /&gt;  when i did "ttytype -s" it shows TERM=vt100; export TERM. After i manually typed "export TERM=dtterm; export TERM", still ttytype  shows as vt100. Please correct me if i am wrong, what i understood is ttytype finds what terminal type is and it does not set TERM variable and we can override with TERM variable.&lt;BR /&gt;&lt;BR /&gt; still i am having problem mapping my keyboard to our specific application requirments. I am going nuts here. &lt;BR /&gt;&lt;BR /&gt;Anybody can throgh some light on this issue &lt;BR /&gt;&lt;BR /&gt;thanks......</description>
      <pubDate>Fri, 20 Sep 2002 11:14:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-mapping-function-key/m-p/2808829#M83743</guid>
      <dc:creator>HPP</dc:creator>
      <dc:date>2002-09-20T11:14:09Z</dc:date>
    </item>
  </channel>
</rss>

