Mensaje archivado #37 de la Lista gnuports@2rosenthals.com

De: "Steven Levine" <gnuports@2rosenthals.com> Encabezados Completos
Mensaje no decodificado
Asunto: Re: [GNU Ports] getting a single keypress
Fecha: Mon, 16 May 2022 19:12:15 -0700
Para: "GNU Ports for eCS Mailing List" <gnuports@2rosenthals.com>

In <list-3692795@2rosenthals.com>, on 05/16/22
   at 02:53 PM, "Dave Yeo" <gnuports@2rosenthals.com> said:

Hi,

>> KbdCharIn does.
>For low ASCII (below 127) it seems to do the job

This is more or less true.

>fprintf(stderr, "got key: %c\n", val);

I still suspect you were printing a scan code.

Try

 fprintf(stderr, "got key: %c %x\n", val, val);

so you can see the hex value too.

Steven

--
----------------------------------------------------------------------
"Steven Levine" <steve53@earthlink.net>  Warp/DIY/BlueLion etc.
www.scoug.com www.arcanoae.com www.warpcave.com
----------------------------------------------------------------------


Suscribirse: Todos, Compendio, Indice.
Desuscribirse
Correo al dueño de la Lista