summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-02-11 21:07:55 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-02-11 21:07:55 (GMT)
commited0fcbe0584190b51ccafd4d06d6b893e7ecba67 (patch)
tree8da824ab20cc43b6d1c4bbd9e4613527cc3c72a2
parent0bf2c0e761b6fa6e2b292a78207699b09f73afac (diff)
downloadtk-ed0fcbe0584190b51ccafd4d06d6b893e7ecba67.zip
tk-ed0fcbe0584190b51ccafd4d06d6b893e7ecba67.tar.gz
tk-ed0fcbe0584190b51ccafd4d06d6b893e7ecba67.tar.bz2
Document that the %A substitution is not valid on Linux, making the manual match the code.
-rw-r--r--doc/bind.n5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/bind.n b/doc/bind.n
index 1ecae86..fc0b490 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 Linux, \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 \fBKeyPress\fR and \fBKeyRelease\fR events.
+On Linux, valid only for \fBKeyPress\fR event. On Windows and macOS,
+valid only for \fBKeyPress\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.