system_hotkey icon indicating copy to clipboard operation
system_hotkey copied to clipboard

Python 3.10.4 collections fix + added grave (`) key code

Open PyroCalzone opened this issue 3 years ago • 2 comments
trafficstars

I tried the other pull requests and their fixes for python 3.10 didn't work for me. Disclaimer, I had to remove win32con.VK_MEDIA_STOP. It wouldn't work otherwise.

I also had a need to use the grave key in a key-bind so I added that functionality as well. Don't know how well this works for other machines because I didn't use win32con, as they don't have that bound either.

PyroCalzone avatar Oct 10 '22 17:10 PyroCalzone

You can safely ignore changes on the readme.

PyroCalzone avatar Oct 10 '22 17:10 PyroCalzone

Thank you for fixing the collection error, I fixed it locally and went looking if someone submitted it. I hope it will be merged some time in the future.

Ironeer avatar Jun 11 '23 20:06 Ironeer