Re: getting scancodes

2007-04-25 Thread Andrés M .
>From: faulkner <[EMAIL PROTECTED]> >To: python-list@python.org >Subject: Re: getting scancodes >Date: 25 Apr 2007 14:02:59 -0700 > >On Apr 23, 8:39 pm, [EMAIL PROTECTED] wrote: > > Anyone knows if its possible to get scan codes ??? > > I tried with getch (

Re: getting scancodes

2007-04-25 Thread faulkner
On Apr 23, 8:39 pm, [EMAIL PROTECTED] wrote: > Anyone knows if its possible to get scan codes ??? > I tried with getch () but with no success, just keycodes. > May be using the something in the sys.stdin module ?? is this what you're looking for? http://cheeseshop.python.org/pypi/sysio/1.0 and sy

Re: getting scancodes

2007-04-24 Thread andmarti
On Tue, Apr 24, 2007 at 07:41:38AM -0700, [EMAIL PROTECTED] wrote: > On Apr 23, 7:39 pm, [EMAIL PROTECTED] wrote: > > Anyone knows if its possible to get scan codes ??? > > I tried with getch () but with no success, just keycodes. > > May be using the something in the sys.stdin module ?? > > > > Pl

Re: getting scancodes

2007-04-24 Thread pdalet
On 24 avr, 02:39, [EMAIL PROTECTED] wrote: > Anyone knows if its possible to get scan codes ??? > I tried with getch () but with no success, just keycodes. > May be using the something in the sys.stdin module ?? > > Pleasee, any help would be very appreciated. > > -- > Andrés M. > -

Re: getting scancodes

2007-04-24 Thread kyosohma
On Apr 23, 7:39 pm, [EMAIL PROTECTED] wrote: > Anyone knows if its possible to get scan codes ??? > I tried with getch () but with no success, just keycodes. > May be using the something in the sys.stdin module ?? > > Pleasee, any help would be very appreciated. > > -- > Andrés M. > ---

Re: getting scancodes

2007-04-24 Thread andmarti
On Tue, Apr 24, 2007 at 09:32:29AM -0500, Larry Bates wrote: > Diez B. Roggisch wrote: > > [EMAIL PROTECTED] wrote: > > > >> On Tue, Apr 24, 2007 at 04:40:11AM -, Grant Edwards wrote: > >>> On 2007-04-24, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >>> > Anyone knows if its possible to

Re: getting scancodes

2007-04-24 Thread Steve Holden
Diez B. Roggisch wrote: > [EMAIL PROTECTED] wrote: > >> On Tue, Apr 24, 2007 at 04:40:11AM -, Grant Edwards wrote: >>> On 2007-04-24, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >>> Anyone knows if its possible to get scan codes ??? >>> What hardware? What OS? >> Debian Sarge/Etch, i386

Re: getting scancodes

2007-04-24 Thread Larry Bates
Diez B. Roggisch wrote: > [EMAIL PROTECTED] wrote: > >> On Tue, Apr 24, 2007 at 04:40:11AM -, Grant Edwards wrote: >>> On 2007-04-24, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >>> Anyone knows if its possible to get scan codes ??? >>> What hardware? What OS? >> Debian Sarge/Etch, i386

Re: getting scancodes

2007-04-24 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > On Tue, Apr 24, 2007 at 04:40:11AM -, Grant Edwards wrote: >> On 2007-04-24, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> > Anyone knows if its possible to get scan codes ??? >> >> What hardware? What OS? > > Debian Sarge/Etch, i386.. > > :P Gret.

Re: getting scancodes

2007-04-24 Thread andmarti
On Tue, Apr 24, 2007 at 04:40:11AM -, Grant Edwards wrote: > On 2007-04-24, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Anyone knows if its possible to get scan codes ??? > > What hardware? What OS? Debian Sarge/Etch, i386.. :P Molte grazie. Andres M. > > > I tried with getch ()

Re: getting scancodes

2007-04-23 Thread Grant Edwards
On 2007-04-24, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Anyone knows if its possible to get scan codes ??? What hardware? What OS? > I tried with getch () but with no success, just keycodes. > May be using the something in the sys.stdin module ?? > > Please, any help would be very appreci