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 sys.stdin isn't a module. it's a file. -- http://mail.python.org/mailman/listinfo/python-list