[python-win32] Fwd: Running a python script in the system tray

Jerry Hill malaclypse2 at gmail.com
Fri Jul 4 23:09:41 CEST 2008


On Fri, Jul 4, 2008 at 6:35 AM, Ferdinand Sousa
<ferdinandsousa at gmail.com> 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


More information about the python-win32 mailing list