<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
Just because it is possible that I am not the only one to run into this and this group is searchable... I found a solution:<BR>
<BR>
First I cd'ed to <TT>/usr/share/apps/konsole</TT>.<BR>
There, I copied <TT>vt440pc.keytab </TT>to <TT>vt220pc.keytab</TT><BR>
<BR>
I updated the new <TT>vt220pckeytab</TT> to look the text below. Then I went into the Konsole settings and updated the "shell" configuration to use the new keytable and set the <TT>TERM</TT> variable to <TT>vt220.</TT> Everything, so far, works as it should.<BR>
<BR>
Thanks for all of the pointers!<BR>
<BR>
-Paul<BR>
<BR>
BTW: a good page with all of the escape sequences documents can be found at: <A HREF="http://aperiodic.net/phil/archives/Geekery/term-function-keys.html">http://aperiodic.net/phil/archives/Geekery/term-function-keys.html</A><BR>
<BR>
<BR>
<TT>################# IMPORTANT NOTICE #############################</TT><BR>
<TT># the key bindings (Kcontrol -> look and feel -> keybindgs)</TT><BR>
<TT># overrule the settings in this file. The key bindings might be</TT><BR>
<TT># changed by the user WITHOUT notification of the maintainer of</TT><BR>
<TT># the keytab file. Konsole will not work as expected by</TT><BR>
<TT># the maintainer of the keytab file.</TT><BR>
<TT>################################################################</TT><BR>
<TT>#</TT><BR>
<TT># --------------------------------------------------------------</TT><BR>
<BR>
<TT>keyboard "VT220PC"</TT><BR>
<BR>
<TT># --------------------------------------------------------------</TT><BR>
<TT>#</TT><BR>
<TT># This configuration table allows to customize the</TT><BR>
<TT># meaning of the keys.</TT><BR>
<TT>#</TT><BR>
<TT># The syntax is that each entry has the form :</TT><BR>
<TT>#</TT><BR>
<TT>#   "key" Keyname { ("+"|"-") Modename } ":" (String|Operation)</TT><BR>
<TT>#</TT><BR>
<TT># Keynames are those defined in <qnamespace.h> with the</TT><BR>
<TT># "Qt::Key_" removed. (We'd better insert the list here)</TT><BR>
<TT>#</TT><BR>
<TT># Mode names are :</TT><BR>
<TT>#</TT><BR>
<TT># - Shift</TT><BR>
<TT># - Alt</TT><BR>
<TT># - Control</TT><BR>
<TT>#</TT><BR>
<TT>#   The VT100 emulation has two modes that can affect the</TT><BR>
<TT>#   sequences emitted by certain keys. These modes are</TT><BR>
<TT>#   under control of the client program.</TT><BR>
<TT>#</TT><BR>
<TT># - Newline     : effects Return and Enter key.</TT><BR>
<TT># - Application : effects Up and Down key.</TT><BR>
<TT>#</TT><BR>
<TT># - Ansi        : effects Up and Down key (This is for VT52, really).</TT><BR>
<TT>#</TT><BR>
<TT># Operations are</TT><BR>
<TT>#</TT><BR>
<TT># - scrollUpLine</TT><BR>
<TT># - scrollUpPage</TT><BR>
<TT># - scrollDownLine</TT><BR>
<TT># - scrollDownPage</TT><BR>
<TT>#</TT><BR>
<TT># - emitSelection</TT><BR>
<TT>#</TT><BR>
<TT># If the key is not found here, the text of the</TT><BR>
<TT># key event as provided by QT is emitted, possibly</TT><BR>
<TT># preceeded by ESC if the Alt key is pressed.</TT><BR>
<TT>#</TT><BR>
<TT># --------------------------------------------------------------</TT><BR>
<BR>
<TT>key Escape : "\E"</TT><BR>
<TT>key Tab    : "\t"</TT><BR>
<TT>key Backtab: "\E[Z"</TT><BR>
<BR>
<TT># VT100 can add an extra \n after return.</TT><BR>
<TT># The NewLine mode is set by an escape sequence.</TT><BR>
<BR>
<TT>key Return-NewLine : "\r"</TT><BR>
<TT>key Return+NewLine : "\r\n"</TT><BR>
<BR>
<TT># Some desperately try to save the ^H.</TT><BR>
<TT># may be not everyone wants this</TT><BR>
<BR>
<TT>key Backspace : "\x08"  # Control H</TT><BR>
<TT>key Delete    : "\x7f"</TT><BR>
<BR>
<TT># These codes are for the VT420pc</TT><BR>
<TT># The Ansi mode (i.e. VT100 mode) is set by</TT><BR>
<TT># an escape sequence</TT><BR>
<BR>
<TT>key Up   -Shift-Ansi : "\EA"</TT><BR>
<TT>key Down -Shift-Ansi : "\EB"</TT><BR>
<TT>key Right-Shift-Ansi : "\EC"</TT><BR>
<TT>key Left -Shift-Ansi : "\ED"</TT><BR>
<BR>
<TT># VT100 emits a mode bit together</TT><BR>
<TT># with the arrow keys.The AppCuKeys</TT><BR>
<TT># mode is set by an escape sequence.</TT><BR>
<BR>
<TT>key Up   -Shift+Ansi+AppCuKeys : "\EOA"</TT><BR>
<TT>key Down -Shift+Ansi+AppCuKeys : "\EOB"</TT><BR>
<TT>key Right-Shift+Ansi+AppCuKeys : "\EOC"</TT><BR>
<TT>key Left -Shift+Ansi+AppCuKeys : "\EOD"</TT><BR>
<BR>
<TT>key Up   -Shift+Ansi-AppCuKeys : "\E[A"</TT><BR>
<TT>key Down -Shift+Ansi-AppCuKeys : "\E[B"</TT><BR>
<TT>key Right-Shift+Ansi-AppCuKeys : "\E[C"</TT><BR>
<TT>key Left -Shift+Ansi-AppCuKeys : "\E[D"</TT><BR>
<BR>
<TT># function keys</TT><BR>
<BR>
<TT>key F1 -Shift    : "\E[OP"     # F1 as defined by vt100</TT><BR>
<TT>key F2 -Shift    : "\E[OQ"     # F2 as defined by vt100</TT><BR>
<TT>key F3 -Shift    : "\E[OR"     # F3 as defined by vt100</TT><BR>
<TT>key F4 -Shift    : "\E[OS"     # F4 as defined by vt100</TT><BR>
<TT>key F5 -Shift    : "\E[15~"    # F5 as defined by X11R6 xterm</TT><BR>
<TT>key F6 -Shift    : "\E[17~"    # F7 as defined by vt220</TT><BR>
<TT>key F7 -Shift    : "\E[18~"    # F7 as defined by vt220</TT><BR>
<TT>key F8 -Shift    : "\E[19~"    # F8 as defined by vt220</TT><BR>
<TT>key F9 -Shift    : "\E[20~"    # F9 as defined by vt220</TT><BR>
<TT>key F10-Shift    : "\E[21~"    # F10 as defined by vt220</TT><BR>
<TT>key F11-Shift    : "\E[23~"    # F11 as defined by vt220</TT><BR>
<TT>key F12-Shift    : "\E[24~"    # F12 as defined by vt220</TT><BR>
<TT>#</TT><BR>
<TT># Shift F1-F12 (F13-F20)</TT><BR>
<TT>#</TT><BR>
<TT>key F3 +Shift    : "\E[25~"    # F13 as defined by vt220</TT><BR>
<TT>key F4 +Shift    : "\E[26~"    # F14 as defined by vt220</TT><BR>
<TT>key F5 +Shift    : "\E[28~"    # F15 as defined by vt220</TT><BR>
<TT>key F6 +Shift    : "\E[29~"    # F16 as defined by vt220</TT><BR>
<TT>key F7 +Shift    : "\E[31~"    # F17 as defined by vt220</TT><BR>
<TT>key F8 +Shift    : "\E[32~"    # F18 as defined by vt220</TT><BR>
<TT>key F9 +Shift    : "\E[33~"    # F19 as defined by vt220</TT><BR>
<TT>key F10+Shift    : "\E[34~"    # F20 as defined by vt220</TT><BR>
<TT>key F11+Shift    : "\E[20;2~"  # F21 as defined by X11R6 xterm</TT><BR>
<TT>key F12+Shift    : "\E[21;2~"  # F22 as defined by X11R6 xterm</TT><BR>
<BR>
<TT>key Home   : "\E[H"</TT><BR>
<TT>key End    : "\E[F"</TT><BR>
<BR>
<TT>key Prior -Shift : "\E[5~"</TT><BR>
<TT>key Next  -Shift : "\E[6~"</TT><BR>
<TT>key Insert-Shift : "\E[2~"</TT><BR>
<BR>
<TT># Keypad-Enter. See comment on Return above.</TT><BR>
<BR>
<TT>key Enter+NewLine : "\r\n"</TT><BR>
<TT>key Enter-NewLine : "\r"</TT><BR>
<BR>
<TT>key Space +Control : "\x00"</TT><BR>
<BR>
<TT># some of keys are used by konsole.</TT><BR>
<BR>
<TT>key Up    +Shift   : scrollLineUp</TT><BR>
<TT>key Prior +Shift   : scrollPageUp</TT><BR>
<TT>key Down  +Shift   : scrollLineDown</TT><BR>
<TT>key Next  +Shift   : scrollPageDown</TT><BR>
<BR>
<TT>key ScrollLock     : scrollLock</TT><BR>
<BR>
<TT>#----------------------------------------------------------</TT><BR>
<BR>
<TT># keypad characters as offered by Qt</TT><BR>
<TT># cannot be recognized as such.</TT><BR>
<BR>
<TT>#----------------------------------------------------------</TT><BR>
<BR>
<TT># Following other strings as emitted by konsole.</TT><BR>
<BR>
<BR>
On Fri, 2006-02-17 at 10:59 -0700, Paul Lemmons wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <FONT COLOR="#000000">OK, I give up. This is probably a trivial question but I have exhausted my resources hunting for it. </FONT><BR>
    <BR>
    <FONT COLOR="#000000">I have an application that, when run, gets to a point and asks me to press "F17" to continue. I am using Knonsole and I have tried every combination of keys that would make sense to send an "F17" (and a few that did not make sense) with no cheese down any hole. I am clearly missing something. Any assistance would be appreciated. </FONT>
<PRE>
<FONT COLOR="#000000">-- </FONT>
<FONT COLOR="#000000">fedora-list mailing list</FONT>
<FONT COLOR="#000000"><A HREF="mailto:fedora-list@redhat.com">fedora-list@redhat.com</A></FONT>
<FONT COLOR="#000000">To unsubscribe: <A HREF="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list</A></FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>