<?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: Unable to type @ in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736654#M66680</link>
    <description>As Clay mentioned, you will have to type Ctrl-X as *two* characters:&lt;BR /&gt;&lt;BR /&gt;stty kill '^X'&lt;BR /&gt;&lt;BR /&gt;I.e.: single (forward) quote ('), carrot (^), X and a closing single(forward) quote (').&lt;BR /&gt;&lt;BR /&gt;As far as I know, most HP setups (see for example the sample /usr/newconfig/.profile file) use Ctrl-U, i.e.:&lt;BR /&gt;&lt;BR /&gt;stty kill '^U'&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Jun 2002 07:57:15 GMT</pubDate>
    <dc:creator>Frank Slootweg</dc:creator>
    <dc:date>2002-06-04T07:57:15Z</dc:date>
    <item>
      <title>Unable to type @</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736647#M66673</link>
      <description>All masters,&lt;BR /&gt;When i triy to type @ ,it will clears the entire line,if any one knows which environment setting it will greatly app.&lt;BR /&gt;HP 11i rp 2450,patches to latest.&lt;BR /&gt;If i type # it will clear one character.&lt;BR /&gt;Thanks&lt;BR /&gt;-VB</description>
      <pubDate>Mon, 03 Jun 2002 19:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736647#M66673</guid>
      <dc:creator>Venkatesh babu sira_1</dc:creator>
      <dc:date>2002-06-03T19:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to type @</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736648#M66674</link>
      <description>Hi  Venkatesh &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;to type @ type cntrl v + @ this will not take you to the start of the line .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 03 Jun 2002 19:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736648#M66674</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-03T19:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to type @</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736649#M66675</link>
      <description>It appears that your stty delete line (kill) has been set to '@'. To confirm this do a stty -a. To fix: stty kill '^X' - to set it to a Cntrl-X. You may want to put this in your .profile iff stdin is a terminal. &lt;BR /&gt;if [ -t 0 ]&lt;BR /&gt;  then&lt;BR /&gt;    stty kill '^X'&lt;BR /&gt;  fi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Man stty for details.&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jun 2002 19:39:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736649#M66675</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-06-03T19:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to type @</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736650#M66676</link>
      <description>VB,&lt;BR /&gt;&lt;BR /&gt;type in:&lt;BR /&gt;&lt;BR /&gt;stty -a&lt;BR /&gt;&lt;BR /&gt;and report back what kill and erase are set to.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 03 Jun 2002 19:41:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736650#M66676</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-03T19:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to type @</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736651#M66677</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Try typing:&lt;BR /&gt;&lt;BR /&gt;stty sane&lt;BR /&gt;&lt;BR /&gt;and see if that helps.  &lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jun 2002 19:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736651#M66677</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-06-03T19:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to type @</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736652#M66678</link>
      <description>you could try doing:&lt;BR /&gt;eval `ttytype -s`&lt;BR /&gt;NOTE the grave or back quote, not forward single quote!&lt;BR /&gt;This requests the terminal type and attempts to set up the correct comms settings for that tye of terminal.&lt;BR /&gt;Then do:&lt;BR /&gt;tset&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now see if it is ok. If not, you will have to check your stty settings, and in your login profile nmaje the appropriate changes to ensure they get set coorectly when logging in.</description>
      <pubDate>Mon, 03 Jun 2002 20:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736652#M66678</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-06-03T20:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to type @</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736653#M66679</link>
      <description>&lt;BR /&gt;1)to type @ type cntrl v + @ this will not take you to the start of the line &lt;BR /&gt;I can't type like that ctl v+shift 2(for @)&lt;BR /&gt;I am using bash&lt;BR /&gt;&lt;BR /&gt;stty -a  gives&lt;BR /&gt;&lt;BR /&gt;intr = DEL; quit = ^\; erase = ^H; kill = @&lt;BR /&gt;&lt;BR /&gt;2)stty sane &lt;BR /&gt;does n't work(@ still clear line)&lt;BR /&gt;&lt;BR /&gt;3)eval `ttytype -s`&lt;BR /&gt;tset also does not work ,but it set kill to ^j&lt;BR /&gt;&lt;BR /&gt;same as above&lt;BR /&gt;One thing i am not able to type ctrl X&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;-VB&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jun 2002 21:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736653#M66679</guid>
      <dc:creator>Venkatesh babu sira_1</dc:creator>
      <dc:date>2002-06-03T21:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to type @</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736654#M66680</link>
      <description>As Clay mentioned, you will have to type Ctrl-X as *two* characters:&lt;BR /&gt;&lt;BR /&gt;stty kill '^X'&lt;BR /&gt;&lt;BR /&gt;I.e.: single (forward) quote ('), carrot (^), X and a closing single(forward) quote (').&lt;BR /&gt;&lt;BR /&gt;As far as I know, most HP setups (see for example the sample /usr/newconfig/.profile file) use Ctrl-U, i.e.:&lt;BR /&gt;&lt;BR /&gt;stty kill '^U'&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 07:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736654#M66680</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-06-04T07:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to type @</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736655#M66681</link>
      <description>Try escaping the "@" with the "\" escape character. For example, insted of typing "abc@xyz.com", type "abc\@xyz.com"</description>
      <pubDate>Tue, 04 Jun 2002 10:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736655#M66681</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2002-06-04T10:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to type @</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736656#M66682</link>
      <description>VB,&lt;BR /&gt;&lt;BR /&gt;You need to change intr and kill:&lt;BR /&gt;&lt;BR /&gt;stty intr ^C&lt;BR /&gt;stty kill ^U&lt;BR /&gt;&lt;BR /&gt;To get the &lt;BR /&gt;&lt;BR /&gt;^C&lt;BR /&gt;&lt;BR /&gt;hold the control key down (ctrl-v) and press &lt;BR /&gt;&lt;BR /&gt;v&lt;BR /&gt;&lt;BR /&gt;then (while still holding the control key down - ctrl-c) press&lt;BR /&gt;&lt;BR /&gt;c&lt;BR /&gt;&lt;BR /&gt;Then do the same for &lt;BR /&gt;&lt;BR /&gt;^U&lt;BR /&gt;&lt;BR /&gt;stty kill (CTRL)v(CTRL)u&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 10:46:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736656#M66682</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-04T10:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to type @</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736657#M66683</link>
      <description>For stty(1), the 'difficult' "hold the control key down and press v then (while still holding the control key down) press ..." is not neccessary: stty(1) understands control characters as *two* 'normal', but escaped, characters, carrot (^) and the desired control character (for example U). From the stty(1) manual page:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; If c is preceded by an (escaped from the&lt;BR /&gt;&amp;gt; shell) circumflex (^), the value used is the&lt;BR /&gt;&amp;gt; corresponding control character (for example&lt;BR /&gt;&amp;gt; ^d represents Ctrl-d); ^?  is interpreted as&lt;BR /&gt;&amp;gt; DEL and ^- is interpreted as undefined.&lt;BR /&gt;&lt;BR /&gt;  And the specific example:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; EXAMPLES&lt;BR /&gt;&amp;gt;      The command:&lt;BR /&gt;&amp;gt; &lt;BR /&gt;&amp;gt;           stty kill '^X' intr '^C' &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 10:55:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736657#M66683</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2002-06-04T10:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to type @</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736658#M66684</link>
      <description>The real problem is that you aren't getting stty run as part of your login procedures. Are you using a 'real' terminal such as an HP 700/9x with a serial cable, or are you using a terminal emulator on a PC? If the latter, are you using telnet to connect or are you using Xwindows? Xwindows (the CDE manager) defaults to ignoring all profile steps and therefore bypasses /etc/profile, /etc/csh.login, .profile, .kshrc, .cshrc, .bashrc, etc...&lt;BR /&gt;&lt;BR /&gt;So if you are using a graphics environment, this is likely the case--you are inheriting the standard hard-copy (as in teletype) settings and these need to be overridden. The standard HP-UX .profile will handle this as you login (using the POSIX shell). You can test this by simply running this .profile in source mode:&lt;BR /&gt;&lt;BR /&gt;$ . ./.profile&lt;BR /&gt;&lt;BR /&gt;Note the isolated dot prior to .profile as this is the secret to making settings stick in the current shell.  For other shells, add these lines to the default startup file:&lt;BR /&gt;&lt;BR /&gt;/sbin/stty erase "^H" kill "^U" intr "^C" eof "^D" -parity ixoff&lt;BR /&gt;/sbin/stty susp \^Z dsusp \^Y  &lt;BR /&gt;&lt;BR /&gt;These will set the 'standard' control keys. Be sure to put these lines into your shell's standard startup profile *and* configure the shell to run this script. In CDE, .profile is *NOT* run by default, read the last lines in $HOME/.dtprofile and follow the advice. Be sure to test that your profile is actually getting read. Also make sure that your $TERM is getting set correctly in your profile:&lt;BR /&gt;&lt;BR /&gt;eval $(/sbin/ttytype -s)&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jun 2002 11:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736658#M66684</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-06-04T11:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to type @</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736659#M66685</link>
      <description>Thanks folks it works now ,u r all great.&lt;BR /&gt;-VB</description>
      <pubDate>Tue, 04 Jun 2002 15:54:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-type/m-p/2736659#M66685</guid>
      <dc:creator>Venkatesh babu sira_1</dc:creator>
      <dc:date>2002-06-04T15:54:17Z</dc:date>
    </item>
  </channel>
</rss>

