emulate a key press

From: Bart Nessux (bart_nessux_at_hotmail.com)
Date: 02/29/04


Date: Sun, 29 Feb 2004 11:51:54 -0500

This probaly isn't possible with Python, but I thought I'd ask.

I want to emulate a key press programatically. I want the computer (G5
running Mac OSX 10.3) to think that the user has pressed the space bar on
the keyboard. Any module in Python that makes this easy? If not, I'll do
something in C.



Relevant Pages

  • Re: emulate a key press
    ... > I want to emulate a key press programatically. ... > running Mac OSX 10.3) to think that the user has pressed the space bar on ... An even easier way would be to use Pyrex to create a Python ...
    (comp.lang.python)
  • Writing an emulator in python - implementation questions (for performance)
    ... I'm trying to port, my old Sinclair Spectrum emulator, ... from C to Python + pygame. ... will be fast enought to emulate the Sinclair Spectrum at 100% speed. ... memory structures, and so on. ...
    (comp.lang.python)
  • Re: perl to python
    ... >> And here is the fundamental question. ... >> writing a module in python to emulate another tool, ...
    (comp.lang.python)
  • MAPI Server...
    ... A voice mail system uses MAPI to pass a message to Outlook Express. ... The voicemail system treats Outlook as a MAPI server. ... support in Python to emulate this role? ... natural if I can emulate the MAPI Server in Python. ...
    (comp.lang.python)
  • Re: Unix fold command in python
    ... > I have a unix shell command that I would like to emulate in python. ... > fieldn byte 238-242 ...
    (comp.lang.python)