<?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: Disable keys? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-keys/m-p/2824632#M940337</link>
    <description>Oh, now i understand already. Anyway thanks for your help.</description>
    <pubDate>Sun, 13 Oct 2002 23:15:29 GMT</pubDate>
    <dc:creator>Chua Wen Ching</dc:creator>
    <dc:date>2002-10-13T23:15:29Z</dc:date>
    <item>
      <title>Disable keys?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-keys/m-p/2824627#M940332</link>
      <description>If i want to disable ctrl + c, i will use: &lt;BR /&gt;trap '' 1 2 3 15&lt;BR /&gt;&lt;BR /&gt;Can i use trap to disable enter key, backspace key, spacebar key, F1 key, etc? Is there other solutions than using trap. &lt;BR /&gt;</description>
      <pubDate>Sun, 13 Oct 2002 09:57:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-keys/m-p/2824627#M940332</guid>
      <dc:creator>Chua Wen Ching</dc:creator>
      <dc:date>2002-10-13T09:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Disable keys?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-keys/m-p/2824628#M940333</link>
      <description>I am using HP-UX 10.20. Can anyone show me an example in bourne shell script? Thank you.</description>
      <pubDate>Sun, 13 Oct 2002 10:05:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-keys/m-p/2824628#M940333</guid>
      <dc:creator>Chua Wen Ching</dc:creator>
      <dc:date>2002-10-13T10:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disable keys?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-keys/m-p/2824629#M940334</link>
      <description>&lt;BR /&gt;You really can never disable a key on a keyboard unless you take a five pound sledge hammer to it.&lt;BR /&gt;&lt;BR /&gt;You CAN though, ignore the key with your application. Most key strokes can be ignored via stty.&lt;BR /&gt;&lt;BR /&gt;man stty&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Sun, 13 Oct 2002 12:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-keys/m-p/2824629#M940334</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-10-13T12:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disable keys?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-keys/m-p/2824630#M940335</link>
      <description>You mean i need to specify stty command in my application. What if i set the intr key in my application to "^H" but my .profile intr key is "^c". So when i execute it, which one come first? Thank you.</description>
      <pubDate>Sun, 13 Oct 2002 15:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-keys/m-p/2824630#M940335</guid>
      <dc:creator>Chua Wen Ching</dc:creator>
      <dc:date>2002-10-13T15:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disable keys?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-keys/m-p/2824631#M940336</link>
      <description>What you are asking is a more general question: how to process every keystroke, sort of like vi?  The answer is that you can use stty to set the appropriate options and then have a very long shell script to handle each character based on the previous character(s).&lt;BR /&gt;&lt;BR /&gt;NOTE: The trap command does not disable a specific character. Instead, the trap numbers refer to kill signals (use kill -l to see a list) and some of these kill signals are assigned by stty to special characters.</description>
      <pubDate>Sun, 13 Oct 2002 21:28:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-keys/m-p/2824631#M940336</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-10-13T21:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Disable keys?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disable-keys/m-p/2824632#M940337</link>
      <description>Oh, now i understand already. Anyway thanks for your help.</description>
      <pubDate>Sun, 13 Oct 2002 23:15:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disable-keys/m-p/2824632#M940337</guid>
      <dc:creator>Chua Wen Ching</dc:creator>
      <dc:date>2002-10-13T23:15:29Z</dc:date>
    </item>
  </channel>
</rss>

