Hello,
i keep getting this error when i try to run this app in Visual Studio Code:
_tkinter.TclError: bad event type or keysym "KP_Up"
Error starts from this line:
File "c:\Users\lacro\Downloads\outnoted.py", line 880, in <module>
top.bind("<KP_Up>", lambda e: move_up())
Do you have any idea how to fix this? Your app looks pretty nice for keeping track of gamedev tasks. Hope we can find out the solution together :)
I'm on Windows 10 btw