8000 Reference the tkinter documentation · python/cpython@421a415 · GitHub
[go: up one dir, main page]

Skip to content

Commit 421a415

Browse files
committed
Reference the tkinter documentation
1 parent e6dea23 commit 421a415

File tree

1 file changed

+3
-2
lines changed

Doc/faq/gui.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ I/O is possible on a file descriptor. See :ref:`tkinter-file-handlers`.
6363
I can't get key bindings to work in Tkinter: why?
6464
-------------------------------------------------
6565

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.
6869

6970
The most common cause is that the widget to which the binding applies doesn't
7071
have "keyboard focus". Check out the Tk documentation for the focus command.

0 commit comments

Comments
 (0)
0