On Fri, Jul 4, 2008 at 6:35 AM, Ferdinand Sousa
<[EMAIL PROTECTED]> wrote:
> Also, is there a way I can capture keyboard events?

Tim Golden has an article showing how to register with windows to
receive hotkey notifications:
http://tgolden.sc.sabren.com/python/win32_how_do_i/catch_system_wide_hotkeys.html

I'm not sure about minimizing to the system tray.  I know you can do
that with the various windowing toolkits, like wxpython, but I'm not
sure how to do it without those.

-- 
Jerry
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to