Re: [Tkinter-discuss] up+right

2006-05-09 Thread Jeff Epler
In this example program, the canvas item is moved in the direction indicated by the arrow key(s) pressed. It works by setting a "dx" value when Left or Right is pressed, and then setting "dx" back to 0 when one of those keys is released. Approximately each 20ms the dx and dy values are added to t

[Tkinter-discuss] up+right

2006-05-09 Thread Pavel Kosina
I would like to bind f.e. Up and Right, so that when I press both of them, my thing moves sideward up-and-right. How to do that? Thank you -- Pavel Kosina ___ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/list