Re: [Tutor] how to change the values of keyboard keys in TKINTER

2008-01-16 Thread ALAN GAULD
i dont want to change alt+f4 for every application on the computer permanently... i just want to change it a particular area do we have any options for this In that case all you need to do is to bind the key to the same action as the Enter key. Enter usually is a default action so you will

[Tutor] how to change the values of keyboard keys in TKINTER

2008-01-14 Thread brindly sujith
hi i want to know how to change the values of keyboard keys(for example: I want to set alt+f4 to enter) do we have any modules in tkinter for doing this... plz tell me how we can do this ___ Tutor maillist - Tutor@python.org

Re: [Tutor] how to change the values of keyboard keys in TKINTER

2008-01-14 Thread Alan Gauld
brindly sujith [EMAIL PROTECTED] wrote i want to know how to change the values of keyboard keys(for example: I want to set alt+f4 to enter) Can you be more specific? Do you want to change Alt-F4 for every application on the computer permanently or only on a single application? Do you want