File tree Expand file tree Collapse file tree1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,9 @@ I/O is possible on a file descriptor. See :ref:`tkinter-file-handlers`.
63
63
I can't get key bindings to work in Tkinter: why?
64
64
-------------------------------------------------
65
65
66
- An often-heard complaint is that event handlers bound to events with the
67
- :meth: `!bind ` method don't get handled even when the appropriate key is pressed.
66
+ An often-heard complaint is that event handlers :ref: `bound <bindings-and-events >`
67
+ to events with the :meth: `!bind ` method
68
+ don't get handled even when the appropriate key is pressed.
68
69
69
70
The most common cause is that the widget to which the binding applies doesn't
70
71
have "keyboard focus". Check out the Tk documentation for the focus command.
You can’t perform that action at this time.
0 commit comments