I noticed this while using qr (which is great, btw) with Django, which uses unicode for everything and I ended up using something like q = Queue(u'my_key') without realizing it at first because my_key ...
If you’re a developer that always needs access to unicode values and modifier keys state or you simply want to quickly paste keys like ⌘ and ⌥ to your clipboard because you don’t know the proper ...