How would you name this dictionary?
class NameMe(dict): def __missing__(self, key): return key -- https://mail.python.org/mailman/listinfo/python-list
Re: using message loop for hotkey capturing
hi all, i am a complete newbie in windows programming and have come across this problem. i wanted a windows systray application which would seat in the notification are, would have a tiny popup menu and would also respond to a global hotkey. i've assembled something out of the demos in pywin32