summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-03-04 12:24:08 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-03-04 12:24:08 (GMT)
commit3cc748dc86a2c3c813e2c7d9409a58e9a239d9c8 (patch)
tree238117c0a1fb24be08da9b2a586ead4d172f44ca /doc
parent5931b9b61e7df9c4fe0a28265d9ffd7e1c73f874 (diff)
parenta32c08daeccda43a3dda2be7a91715a79e1e83e7 (diff)
downloadtk-3cc748dc86a2c3c813e2c7d9409a58e9a239d9c8.zip
tk-3cc748dc86a2c3c813e2c7d9409a58e9a239d9c8.tar.gz
tk-3cc748dc86a2c3c813e2c7d9409a58e9a239d9c8.tar.bz2
Finalize the fix for ticket [382712ade65] (X11: 'event generate . <KeyPress>' segfault) by documenting the leftover consequence of the fix.
Diffstat (limited to 'doc')
-rw-r--r--doc/bind.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/bind.n b/doc/bind.n
index 3d5a3a4..f3948b8 100644
--- a/doc/bind.n
+++ b/doc/bind.n
@@ -517,10 +517,11 @@ coordinates of the window relative to its parent window.
.IP \fB%A\fR 5
Substitutes the UNICODE character corresponding to the event, or
the empty string if the event does not correspond to a UNICODE character
-(e.g. the shift key was pressed). \fBXmbLookupString\fR (or
+(e.g. the shift key was pressed). On X11, \fBXmbLookupString\fR (or
\fBXLookupString\fR when input method support is turned off) does all
the work of translating from the event to a UNICODE character.
-Valid only for \fBKey\fR and \fBKeyRelease\fR events.
+On X11, valid only for \fBKey\fR event. On Windows and macOS/aqua,
+valid only for \fBKey\fR and \fBKeyRelease\fR events.
.IP \fB%B\fR 5
The \fIborder_width\fR field from the event. Valid only for
\fBConfigure\fR, \fBConfigureRequest\fR, and \fBCreate\fR events.