79348928

Date: 2025-01-11 21:37:05
Score: 1
Natty:
Report link

The only way I found to bind multiple keys or combinations is to bind them separately:

root.bind("<Control-Alt-g>", close_app)
root.bind("<F9>", close_app)

# Remaining code

root.mainloop()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: xenomorphed