<?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: ctrl-shift-break? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ctrl-shift-break/m-p/3255314#M887906</link>
    <description>I should add that "^-" is "^&lt;MINUS-SIGN&gt;" rather than "^&lt;UNDERSCORE&gt;". Depending upon your browser's font that might not be obvious. Man stty for details.&lt;BR /&gt;&lt;/UNDERSCORE&gt;&lt;/MINUS-SIGN&gt;</description>
    <pubDate>Wed, 21 Apr 2004 11:51:35 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2004-04-21T11:51:35Z</dc:date>
    <item>
      <title>ctrl-shift-break?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ctrl-shift-break/m-p/3255312#M887904</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I have a simple question.  How do I disable this built-in key sequence in HP-UX 10.20?&lt;BR /&gt;&lt;BR /&gt;I read another thread where someone mentioned changing the X0pointerkeys file, but all the entries in this file are commented out.  Does changing the reset key sequence in this file override the default Xserver reset?&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Keith.</description>
      <pubDate>Wed, 21 Apr 2004 11:27:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ctrl-shift-break/m-p/3255312#M887904</guid>
      <dc:creator>Keith Bourdon</dc:creator>
      <dc:date>2004-04-21T11:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: ctrl-shift-break?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ctrl-shift-break/m-p/3255313#M887905</link>
      <description>Typically Ctrl-Shift-Break generates a SIGQUIT and that is what is important to UNIX processes including the Xserver. Because changing the controlling terminals attributes affects all the controlled processes doing a stty should "fix" you.&lt;BR /&gt;&lt;BR /&gt;Do a stty -a and note the value that "quit" is assigned. stty quit "^-" will set it to undefined so that no signal should be generated.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2004 11:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ctrl-shift-break/m-p/3255313#M887905</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-04-21T11:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: ctrl-shift-break?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ctrl-shift-break/m-p/3255314#M887906</link>
      <description>I should add that "^-" is "^&lt;MINUS-SIGN&gt;" rather than "^&lt;UNDERSCORE&gt;". Depending upon your browser's font that might not be obvious. Man stty for details.&lt;BR /&gt;&lt;/UNDERSCORE&gt;&lt;/MINUS-SIGN&gt;</description>
      <pubDate>Wed, 21 Apr 2004 11:51:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ctrl-shift-break/m-p/3255314#M887906</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-04-21T11:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: ctrl-shift-break?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ctrl-shift-break/m-p/3255315#M887907</link>
      <description>Yeah, I tried this and it doesn't seem to work.  Thanks anyway...&lt;BR /&gt;&lt;BR /&gt;I've found a hack to solving the problem.&lt;BR /&gt;&lt;BR /&gt;I've modified the X0pointerkeys file to use as one of it's modifiers the Alt_R keysym.  Then using xmodmap, I remove the Alt_R modifier.  It's a real pain.&lt;BR /&gt;&lt;BR /&gt;Anyone with any better ideas?</description>
      <pubDate>Wed, 21 Apr 2004 12:51:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ctrl-shift-break/m-p/3255315#M887907</guid>
      <dc:creator>Keith Bourdon</dc:creator>
      <dc:date>2004-04-21T12:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: ctrl-shift-break?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ctrl-shift-break/m-p/3255316#M887908</link>
      <description>Here is what I have from an old HP document:&lt;BR /&gt;&lt;BR /&gt;a. A program can issue the call XHPDisableReset. The program can&lt;BR /&gt;be run at session startup and must remain running throughout the&lt;BR /&gt;life of the session. That is, if the program that issues the&lt;BR /&gt;XHPDisableReset terminates, the Xserver attached a shar file which&lt;BR /&gt;contains sample code.&lt;BR /&gt;&lt;BR /&gt;b. /etc/X11/X0pointerkeys can be modified to change the key presses&lt;BR /&gt;that will terminate the Xserver. The lines of code that need to be&lt;BR /&gt;changed are:&lt;BR /&gt;-Use the Stop key to reset the X server.&lt;BR /&gt;-If left shift, left_extend, and control are held down while the Stop&lt;BR /&gt;key is pressed, the X server will be terminated.&lt;BR /&gt;&lt;BR /&gt;This allows you to change which keys terminate the server.&lt;BR /&gt;        reset           stop&lt;BR /&gt;        reset_mod1      left_shift&lt;BR /&gt;        reset_mod2      left_extend&lt;BR /&gt;        reset_mod3      control&lt;BR /&gt;&lt;BR /&gt;If you merely want to change the keys that will terminate the Xserver,&lt;BR /&gt;you need only uncomment/modify any of the above lines to use whatever&lt;BR /&gt;keys you need.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2004 14:24:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ctrl-shift-break/m-p/3255316#M887908</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2004-04-21T14:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: ctrl-shift-break?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ctrl-shift-break/m-p/3255317#M887909</link>
      <description>You can prevent any key from matching the reset sequence by using an X0pointerkeys line that reads-&lt;BR /&gt;&lt;BR /&gt;reset nosymbol&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2004 15:52:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ctrl-shift-break/m-p/3255317#M887909</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2004-04-21T15:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: ctrl-shift-break?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ctrl-shift-break/m-p/3255318#M887910</link>
      <description>Thanks.&lt;BR /&gt;&lt;BR /&gt;I've been trying to use XHPlib.h (XHPDisableReset), but can't seem to figure out which library it belongs to.  This would have been a suitable solution.  Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tried the reset nosymbol.  Worked like a charm.  I'm sure I tried that with a modifier and it didn't work, but the reset line alone with nosymbol (I think I used NoSymbol).  That's good enough.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;&lt;BR /&gt;KB.</description>
      <pubDate>Wed, 21 Apr 2004 16:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ctrl-shift-break/m-p/3255318#M887910</guid>
      <dc:creator>Keith Bourdon</dc:creator>
      <dc:date>2004-04-21T16:24:39Z</dc:date>
    </item>
  </channel>
</rss>

