Re: [python-win32] Sending Keystrokes to Active Windows

2013-07-11 Thread Michel Claveau
Hi! Below an (little/partial) example... @-salutations -- Michel Claveau #- # -*- coding: utf-8 -*- import win32api,time,win32con def keyb(ch=None,shift=False,control=False,alt=False, delaik=0.02): for b

Re: [python-win32] Sending Keystrokes to Active Windows (leegold)

2013-07-11 Thread reckoner
Use dragonfly: https://code.google.com/p/dragonfly/ Then, (FocusWindow(title='firefox')+Key('c-t') ).execute() will open a new tab in firefox. good luck! ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listi