<?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 backspace problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-backspace-problem/m-p/5442067#M477706</link>
    <description>&lt;P&gt;Thanks for great advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I want to simple delete word or character via BACKSPACE key.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is any setting on PUTTY or HP-UX OS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2012 06:47:19 GMT</pubDate>
    <dc:creator>aamir4u</dc:creator>
    <dc:date>2012-01-09T06:47:19Z</dc:date>
    <item>
      <title>keyboard backspace problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-backspace-problem/m-p/5441371#M477685</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when&amp;nbsp;i press backspace&amp;nbsp;the keyboard&lt;/P&gt;&lt;P&gt;its not delete the line or words&lt;/P&gt;&lt;P&gt;when i press&amp;nbsp;SHIFT+backspace its deletes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is possible&amp;nbsp;only&amp;nbsp;press&amp;nbsp;backspace delete words or line whithout press SHIFT.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(i&amp;nbsp;access the servers&amp;nbsp;remotly via PUTTY(ssh))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2012 07:13:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-backspace-problem/m-p/5441371#M477685</guid>
      <dc:creator>aamir4u</dc:creator>
      <dc:date>2012-01-07T07:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: keyboard backspace problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-backspace-problem/m-p/5441465#M477692</link>
      <description>&lt;P&gt;&amp;gt;when&amp;nbsp;I press backspace&amp;nbsp;the keyboard its not delete the line or words&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Backspace only deletes one char.&amp;nbsp; Why would you want it to do more?&lt;/P&gt;&lt;P&gt;I think control-W deletes a word but I never use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the KILL character will delete the whole line.&amp;nbsp; (See stty for yours.)&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2012 17:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-backspace-problem/m-p/5441465#M477692</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-01-07T17:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: keyboard backspace problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-backspace-problem/m-p/5441527#M477693</link>
      <description>&lt;P&gt;PuTTY has a very poor default for the key to erase one character -- it is the DELETE key. Now for Tru64/VMS and other DEC variants, this is perfectly acceptable, but for the rest of us, PuTTY must be reconfigured. It's the first change needed among several.In the PuTTY config menu:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Terminal ---&amp;gt; Keyboard ---&amp;gt; The Backspace Key ---&amp;gt; Control-H    
   (was Control-?, the DELETE key)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;So while we're at it, let's fix all the other settings for a more useful terminal emulator:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Session ---&amp;gt; Close Window on Exit: Always

  Window  ---&amp;gt; Columns: 132  Rows: 48
    (your choice, but 80 is too small for logs and ioscan)

Lines of Scrollback  ---&amp;gt; 50000

  Appearance  ---&amp;gt; Cursor appearance: Block
                           Cursor blinks

  Font: Lucida Console, 10-point
    (or Courier, personal choice, 10 point or adjust to fit screen size)

  Font quality: Clear Type

  Colours: Font default is gray!! (182, not 255)
    Set Foreground = 255 255 255
    Set Background = personal choice
    (note: Bold = 255, so bold enhancements
     will be the same)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2012 20:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-backspace-problem/m-p/5441527#M477693</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2012-01-07T20:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: keyboard backspace problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-backspace-problem/m-p/5442067#M477706</link>
      <description>&lt;P&gt;Thanks for great advice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I want to simple delete word or character via BACKSPACE key.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is any setting on PUTTY or HP-UX OS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2012 06:47:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-backspace-problem/m-p/5442067#M477706</guid>
      <dc:creator>aamir4u</dc:creator>
      <dc:date>2012-01-09T06:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: keyboard backspace problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-backspace-problem/m-p/5442177#M477710</link>
      <description>This is the setting of Putty , Use latest version of putty &amp;amp; do the following setting in putty&lt;BR /&gt;Terminal ---&amp;gt; Keyboard ---&amp;gt; The Backspace Key ---&amp;gt; Backspace key in Keyboard. by default it is set Ctrl+h to delete a character ,. But you can change it to backspace.&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Jan 2012 08:31:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/keyboard-backspace-problem/m-p/5442177#M477710</guid>
      <dc:creator>basant</dc:creator>
      <dc:date>2012-01-09T08:31:36Z</dc:date>
    </item>
  </channel>
</rss>

