Please visit my new address: https://coxxect.blogspot.com/
import tkinter as tk def key_fun(event): print(event) key_press = event.keysym print(key_press) command = tk.Tk() command.bind_all('<Key>', key_fun) command.mainloop()
Post a Comment
No comments:
Post a Comment