<?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: Small Program To Return Single Keystrokes in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962856#M33671</link>
    <description>Ian, that appears to work perfectly.&lt;BR /&gt;&lt;BR /&gt;For completeness, could you capture the "%SYSTEM-F-TIMEOUT, device timeout" and return it in the symbol as "TIMEOUT" instead of the error message?&lt;BR /&gt;&lt;BR /&gt;Sorry guys - I know I'm being a pain here.&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Feb 2006 10:31:59 GMT</pubDate>
    <dc:creator>Robert Atkinson</dc:creator>
    <dc:date>2006-02-27T10:31:59Z</dc:date>
    <item>
      <title>Small Program To Return Single Keystrokes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962851#M33666</link>
      <description>&lt;BR /&gt;This is a plea to the programmers out there for a small program to return the ASCII value of a key-press, or to time-out after a given amount of time.&lt;BR /&gt;&lt;BR /&gt;Basically, I want to capture the cursor keys being pressed and feed that into a DCL routine. If this is already achievable in DCL, I'd be interested to know how.&lt;BR /&gt;&lt;BR /&gt;Happy to take any language, as long as it's pre-compiled to OBJ (if necessary), PERL is also fine.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance, Robert.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 08:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962851#M33666</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-02-27T08:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Small Program To Return Single Keystrokes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962852#M33667</link>
      <description>&lt;BR /&gt;If nothing else, I have saved 2 programs in my "little utilities" archive at&lt;BR /&gt;&lt;BR /&gt;  &lt;A href="http://wwwvms.mppmu.mpg.de/~huber/util/main/" target="_blank"&gt;http://wwwvms.mppmu.mpg.de/~huber/util/main/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Look at getkey.for and taste.for, (and make_*.com, *_table.cld).&lt;BR /&gt;&lt;BR /&gt;If You need Alpha .obj, please reply.&lt;BR /&gt;Alpha executables are present in&lt;BR /&gt; &lt;A href="http://wwwvms.mppmu.mpg.de/util/exe/taste.exe" target="_blank"&gt;http://wwwvms.mppmu.mpg.de/util/exe/taste.exe&lt;/A&gt;&lt;BR /&gt;and getkey.exe.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 09:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962852#M33667</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-02-27T09:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Small Program To Return Single Keystrokes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962853#M33668</link>
      <description>Superb stuff!!!&lt;BR /&gt;&lt;BR /&gt;Any chance of getting a timeout added to BAS$INKEY?&lt;BR /&gt;&lt;BR /&gt;There are some excellent utilities there - expecially like the read/write mailbox ones. Why don't you submit them to Hunter Goatley or OpenVMS.org?&lt;BR /&gt;&lt;BR /&gt;I'm sure people would find them really useful.&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 09:30:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962853#M33668</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-02-27T09:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Small Program To Return Single Keystrokes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962854#M33669</link>
      <description>See &lt;A href="http://www.encompasserve.org/~miller/rk.zip" target="_blank"&gt;http://www.encompasserve.org/~miller/rk.zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 09:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962854#M33669</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-02-27T09:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Small Program To Return Single Keystrokes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962855#M33670</link>
      <description>I have just uploaded an updated version of RK with allows specification of the symbol name and the timeout value. Its a Q&amp;amp;D program but seems to work.</description>
      <pubDate>Mon, 27 Feb 2006 10:10:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962855#M33670</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-02-27T10:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Small Program To Return Single Keystrokes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962856#M33671</link>
      <description>Ian, that appears to work perfectly.&lt;BR /&gt;&lt;BR /&gt;For completeness, could you capture the "%SYSTEM-F-TIMEOUT, device timeout" and return it in the symbol as "TIMEOUT" instead of the error message?&lt;BR /&gt;&lt;BR /&gt;Sorry guys - I know I'm being a pain here.&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 10:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962856#M33671</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-02-27T10:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Small Program To Return Single Keystrokes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962857#M33672</link>
      <description>&lt;BR /&gt;&amp;gt;Any chance of getting a timeout added to BAS$INKEY?&lt;BR /&gt;&lt;BR /&gt;I know too little about DEC Baswic implementation and the call standard to implement it. If You have time to read the Basic ref. manual, and have time to play, then try to insert arg 2 or 3 of bas$inkey to see an effect.&lt;BR /&gt;And in taste.for it can easily be implemented  by combining it with Ian Millers code, just add it in arg 4 of the smg$read_keystroke call. To add it as an option takes a bit more time, maybe this evening ...&lt;BR /&gt;&lt;BR /&gt;&amp;gt;There are some excellent utilities there - &amp;gt;expecially like the read/write mailbox ones. &amp;gt;Why don't you submit them to Hunter Goatley or &amp;gt;OpenVMS.org?&lt;BR /&gt;&lt;BR /&gt;Well finding the time to package it ...&lt;BR /&gt;There is a pointer to my dite in the OpenVMS FAQ already ( &lt;A href="http://wwwvms.mppmu.mpg.de/vmssig/src/" target="_blank"&gt;http://wwwvms.mppmu.mpg.de/vmssig/src/&lt;/A&gt; ), which in turn has a link to my personal stuff.</description>
      <pubDate>Mon, 27 Feb 2006 10:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962857#M33672</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-02-27T10:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Small Program To Return Single Keystrokes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962858#M33673</link>
      <description>I have updated rk to set the symbol to TIMEOUT.</description>
      <pubDate>Mon, 27 Feb 2006 11:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962858#M33673</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-02-27T11:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Small Program To Return Single Keystrokes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962859#M33674</link>
      <description>Joseph, would you mind if I added a link to your page to this page&lt;BR /&gt;&lt;A href="http://www.openvms.org/pages.php?page=OpenSource" target="_blank"&gt;http://www.openvms.org/pages.php?page=OpenSource&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 11:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962859#M33674</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-02-27T11:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Small Program To Return Single Keystrokes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962860#M33675</link>
      <description>Cheers Ian and Joseph - you're both absolute stars.......and I give you whole-hearted permission to go out an have a beer tonight :-)&lt;BR /&gt;&lt;BR /&gt;Rob.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 11:11:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962860#M33675</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-02-27T11:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Small Program To Return Single Keystrokes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962861#M33676</link>
      <description>&lt;BR /&gt;&amp;gt; timeout" and return it in the symbol as "TIMEOUT" instead of the error&lt;BR /&gt;&lt;BR /&gt; New version of TASTE now with&lt;BR /&gt;   /TIMEOUT=secs/HEXA/TEXT options.&lt;BR /&gt;  &lt;A href="http://wwwvms.mppmu.mpg.de/~huber/util/main/" target="_blank"&gt;http://wwwvms.mppmu.mpg.de/~huber/util/main/&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 11:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962861#M33676</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-02-27T11:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Small Program To Return Single Keystrokes</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962862#M33677</link>
      <description>Ian, Yes of course, add the link.</description>
      <pubDate>Mon, 27 Feb 2006 11:59:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/small-program-to-return-single-keystrokes/m-p/4962862#M33677</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2006-02-27T11:59:21Z</dc:date>
    </item>
  </channel>
</rss>

