summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoravl <avl>2017-03-14 01:13:36 (GMT)
committeravl <avl>2017-03-14 01:13:36 (GMT)
commit046813684f5fcdd4764db7fc53922266d6eb1586 (patch)
treebae367eb895080a95b88b8f5dca65a01bf48bbb9 /doc
parent62ab7985dd7a7e82173c18ca3ff19ba49f152ed8 (diff)
downloadtk-046813684f5fcdd4764db7fc53922266d6eb1586.zip
tk-046813684f5fcdd4764db7fc53922266d6eb1586.tar.gz
tk-046813684f5fcdd4764db7fc53922266d6eb1586.tar.bz2
added a remark about some keysyms being valid across platforms...
Diffstat (limited to 'doc')
-rw-r--r--doc/keysyms.n4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/keysyms.n b/doc/keysyms.n
index 84214ff..512c1a6 100644
--- a/doc/keysyms.n
+++ b/doc/keysyms.n
@@ -15,7 +15,9 @@ Tk recognizes many keysyms when specifying key bindings (e.g.,
.QW "\fBbind\fR \fB. <Key-\fR\fIkeysym\fR\fB>\fR" ).
The following list enumerates the
keysyms that will be recognized by Tk. Note that not all keysyms will
-be valid on all platforms. For example, on Unix systems, the presence
+be valid on all platforms, and some keysyms are also available on
+platforms that have a different native name for that key.
+For example, on Unix systems, the presence
of a particular keysym is dependant on the configuration of the
keyboard modifier map. This list shows keysyms along with their
decimal and hexadecimal values.