I can also confirm that (on my M10 US keyboard with original system ROM),
CNTL-0 (zero) does in fact send the ASCII 27 ( 0x1B) code on my machine and
in Virtual-T.
FYI :Using the M10-M102 V3 conversion ROM changes that to the CNTL-[ key.
Here is the BASIC program I coded up to view the ascii code sent by key
presses:------5 PRINT "Press any key, CTRL-C to quit"10 A$=INKEY$20 IF A$=""
GOTO 10 ELSE PRINT A$;" ";ASC(A$)30 GOTO 10-------
CHEERS! Ron KleinScottsdale, AZ
On Saturday, March 8, 2025 at 02:02:26 PM MST,
<[email protected]> wrote:
Send M100 mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.bitchin100.com/listinfo.cgi/m100-bitchin100.com
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of M100 digest..."
Today's Topics:
1. Olivetti m10. ESC key (Stephen Adolph)
2. Re: Olivetti m10. ESC key (David Szasz)
3. Re: Olivetti m10. ESC key (David Szasz)
4. Re: Olivetti m10. ESC key (Stephen Adolph)
5. Re: Olivetti m10. ESC key (David Szasz)
----------------------------------------------------------------------
Message: 1
Date: Fri, 7 Mar 2025 20:31:24 -0500
From: Stephen Adolph <[email protected]>
To: [email protected]
Subject: [M100] Olivetti m10. ESC key
Message-ID:
<camcmnv4m1d3jbk0ma4+pfhm8ctlchaqkyupd6s0ngqf8qwn...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi all,
Does anyone know how to use the ESC key on the M10? It isn't clear in the
user guide what keystrokes you need to activate the ESC which is on the "0"
key.
Thanks
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.bitchin100.com/private.cgi/m100-bitchin100.com/attachments/20250307/f2085038/attachment-0001.htm>
------------------------------
Message: 2
Date: Fri, 7 Mar 2025 20:55:44 -0500
From: David Szasz <[email protected]>
To: [email protected]
Subject: Re: [M100] Olivetti m10. ESC key
Message-ID:
<CA++pP3FquBVqrO-T4dorgq1UF8J-LVn=exB2+=vqwkmntl7...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi:
I think it might be "SHIFT-PAUSE" from fig 4-2 in the manual. My M10 is in
storage so can't check at the moment.
BTW: That's for the North American keyboard and they had 4 other languages
I recall. If you are running a ROM for a Tandy M100 it might remap a key or
keys though. They moved some keys around so take care.
Regards
D. Szasz
On Fri, Mar 7, 2025 at 8:32?PM Stephen Adolph <[email protected]> wrote:
> Hi all,
>
> Does anyone know how to use the ESC key on the M10? It isn't clear in the
> user guide what keystrokes you need to activate the ESC which is on the "0"
> key.
>
> Thanks
> Steve
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.bitchin100.com/private.cgi/m100-bitchin100.com/attachments/20250307/95b576f6/attachment-0001.htm>
------------------------------
Message: 3
Date: Fri, 7 Mar 2025 23:58:01 -0500
From: David Szasz <[email protected]>
To: [email protected]
Subject: Re: [M100] Olivetti m10. ESC key
Message-ID:
<ca++pp3gkg9xdqn6oticwaews3wk8tqoi4fajnbvwa8s1t17...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi Again:
I went and dug up my M10 so I got it in front of me. Sorry for the mix-up.
You know the pdf of the manual online says nothing about the "ESC" key..
They only show the location of it on the "0" key. (So the manual forgot to
mention the "ESC" key?) That sucks!
OK, so you already may have noticed that the front side of the "0" key has
"ESC" printed on it. And I guess that you are supposed to hold down the
"GRPH" key, just to the left of the space bar when you type the "0" to get
the "ESC" key which is non printing. The "GRPH" key activates these special
special characters. This is one of the ASCii characters (number 27) by the
table in the m100 manual. The special characters are accessed when either
"GRPH" OR "SHIFT" "GRPH" are pressed.
I saw an ancient post where they did this sort of thing on the M10 for
localization to the different countries it was sold into without more
physical keys.
Again Sorry for any mix-up
Dave
On Fri, Mar 7, 2025 at 8:55?PM David Szasz <[email protected]> wrote:
> Hi:
>
> I think it might be "SHIFT-PAUSE" from fig 4-2 in the manual. My M10 is in
> storage so can't check at the moment.
>
> BTW: That's for the North American keyboard and they had 4 other languages
> I recall. If you are running a ROM for a Tandy M100 it might remap a key or
> keys though. They moved some keys around so take care.
>
> Regards
> D. Szasz
>
> On Fri, Mar 7, 2025 at 8:32?PM Stephen Adolph <[email protected]>
> wrote:
>
>> Hi all,
>>
>> Does anyone know how to use the ESC key on the M10? It isn't clear in
>> the user guide what keystrokes you need to activate the ESC which is on the
>> "0" key.
>>
>> Thanks
>> Steve
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.bitchin100.com/private.cgi/m100-bitchin100.com/attachments/20250307/b9c5970c/attachment-0001.htm>
------------------------------
Message: 4
Date: Sat, 8 Mar 2025 06:16:57 -0500
From: Stephen Adolph <[email protected]>
To: "[email protected]" <[email protected]>
Subject: Re: [M100] Olivetti m10. ESC key
Message-ID:
<camcmnv7co5kxnwcixsxs16jafjr4bvhy9evmhrjzaquzuo2...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi David,
I found a reference in the Italian manual that stated it was CNTL 0 to
generate ESC.
Can you or anyone try that out?
VirtualT might actually be able to confirm that as well.
Thanks
Steve
On Friday, March 7, 2025, David Szasz <[email protected]> wrote:
> Hi Again:
>
> I went and dug up my M10 so I got it in front of me. Sorry for the mix-up.
> You know the pdf of the manual online says nothing about the "ESC" key..
> They only show the location of it on the "0" key. (So the manual forgot to
> mention the "ESC" key?) That sucks!
>
> OK, so you already may have noticed that the front side of the "0" key has
> "ESC" printed on it. And I guess that you are supposed to hold down the
> "GRPH" key, just to the left of the space bar when you type the "0" to get
> the "ESC" key which is non printing. The "GRPH" key activates these special
> special characters. This is one of the ASCii characters (number 27) by the
> table in the m100 manual. The special characters are accessed when either
> "GRPH" OR "SHIFT" "GRPH" are pressed.
> I saw an ancient post where they did this sort of thing on the M10 for
> localization to the different countries it was sold into without more
> physical keys.
>
> Again Sorry for any mix-up
>
> Dave
>
>
>
>
> On Fri, Mar 7, 2025 at 8:55?PM David Szasz <[email protected]> wrote:
>
>> Hi:
>>
>> I think it might be "SHIFT-PAUSE" from fig 4-2 in the manual. My M10 is
>> in storage so can't check at the moment.
>>
>> BTW: That's for the North American keyboard and they had 4 other
>> languages I recall. If you are running a ROM for a Tandy M100 it might
>> remap a key or keys though. They moved some keys around so take care.
>>
>> Regards
>> D. Szasz
>>
>> On Fri, Mar 7, 2025 at 8:32?PM Stephen Adolph <[email protected]>
>> wrote:
>>
>>> Hi all,
>>>
>>> Does anyone know how to use the ESC key on the M10? It isn't clear in
>>> the user guide what keystrokes you need to activate the ESC which is on the
>>> "0" key.
>>>
>>> Thanks
>>> Steve
>>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.bitchin100.com/private.cgi/m100-bitchin100.com/attachments/20250308/b0963b5e/attachment-0001.htm>
------------------------------
Message: 5
Date: Sat, 8 Mar 2025 10:49:25 -0500
From: David Szasz <[email protected]>
To: [email protected]
Subject: Re: [M100] Olivetti m10. ESC key
Message-ID:
<ca++pp3f7fhykw7yewykpcnxn5dsatcyg0or+b3e4ya0s+bm...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Stephen:
Per section D1 of manual "M10 - Computer portatile - Guida operativa" (The
Italian version of the operation manual) if one presses the key combination
for ESC which is <CTRL> +0 while in a text file twice the M10 will indeed
save the file and exit to the main menu. So the ESC key combination appears
to work.
Regards
DS
On Sat, Mar 8, 2025 at 6:18?AM Stephen Adolph <[email protected]> wrote:
> Hi David,
> I found a reference in the Italian manual that stated it was CNTL 0 to
> generate ESC.
> Can you or anyone try that out?
> VirtualT might actually be able to confirm that as well.
> Thanks
> Steve
>
> On Friday, March 7, 2025, David Szasz <[email protected]> wrote:
>
>> Hi Again:
>>
>> I went and dug up my M10 so I got it in front of me. Sorry for the
>> mix-up. You know the pdf of the manual online says nothing about the "ESC"
>> key.. They only show the location of it on the "0" key. (So the manual
>> forgot to mention the "ESC" key?) That sucks!
>>
>> OK, so you already may have noticed that the front side of the "0" key
>> has "ESC" printed on it. And I guess that you are supposed to hold down the
>> "GRPH" key, just to the left of the space bar when you type the "0" to get
>> the "ESC" key which is non printing. The "GRPH" key activates these special
>> special characters. This is one of the ASCii characters (number 27) by the
>> table in the m100 manual. The special characters are accessed when either
>> "GRPH" OR "SHIFT" "GRPH" are pressed.
>> I saw an ancient post where they did this sort of thing on the M10 for
>> localization to the different countries it was sold into without more
>> physical keys.
>>
>> Again Sorry for any mix-up
>>
>> Dave
>>
>>
>>
>>
>> On Fri, Mar 7, 2025 at 8:55?PM David Szasz <[email protected]> wrote:
>>
>>> Hi:
>>>
>>> I think it might be "SHIFT-PAUSE" from fig 4-2 in the manual. My M10 is
>>> in storage so can't check at the moment.
>>>
>>> BTW: That's for the North American keyboard and they had 4 other
>>> languages I recall. If you are running a ROM for a Tandy M100 it might
>>> remap a key or keys though. They moved some keys around so take care.
>>>
>>> Regards
>>> D. Szasz
>>>
>>> On Fri, Mar 7, 2025 at 8:32?PM Stephen Adolph <[email protected]>
>>> wrote:
>>>
>>>> Hi all,
>>>>
>>>> Does anyone know how to use the ESC key on the M10? It isn't clear in
>>>> the user guide what keystrokes you need to activate the ESC which is on the
>>>> "0" key.
>>>>
>>>> Thanks
>>>> Steve
>>>>
>>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.bitchin100.com/private.cgi/m100-bitchin100.com/attachments/20250308/f8b5f47d/attachment-0001.htm>
------------------------------
Subject: Digest Footer
_______________________________________________
M100 mailing list
[email protected]
http://lists.bitchin100.com/listinfo.cgi/m100-bitchin100.com
------------------------------
End of M100 Digest, Vol 171, Issue 2
************************************