How would you name this dictionary?

2024-01-21 Thread bagratte via Python-list
class NameMe(dict): def __missing__(self, key): return key -- https://mail.python.org/mailman/listinfo/python-list

Re: using message loop for hotkey capturing

2012-10-16 Thread bagratte
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