Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- '''
- Some of the Binds for Tkinter --
- | event | name |
- -------------------------------------------------
- | Ctrl-c | Control-c |
- | Ctrl-/ | Control-slash |
- | Ctrl-\ | Control-backslash |
- | Ctrl+(Mouse Button-1) | Control-1 |
- | Ctrl-1 | Control-Key-1 |
- | Enter key | Return |
- | Mouse left-button | Button-1 |
- | Mouse middle-button | Button-2 |
- | Mouse right-button | Button-3 |
- | Any mouse button | ButtonRelease-1 |
- | released | |
- | -- | Home |
- | Arrow keys | Up, Down, Left, Right |
- | Widget change detect | Configure |
- | Window exposed | Expose |
- | Mouse enters widget | Enter |
- | Mouse leaves widget | Leave |
- | -- | Key |
- | -- | Tab |
- | Spacebar (*lowercase) | space |
- | -- | BackSpace |
- | -- | KeyRelease-BackSpace |
- | Any key release | KeyRelease |
- | Escape | Escape |
- | -- | F1 |
- | Home | Alt-h |
- '''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement