diff options
author | avl <avl> | 2017-03-14 01:13:36 (GMT) |
---|---|---|
committer | avl <avl> | 2017-03-14 01:13:36 (GMT) |
commit | 046813684f5fcdd4764db7fc53922266d6eb1586 (patch) | |
tree | bae367eb895080a95b88b8f5dca65a01bf48bbb9 | |
parent | 62ab7985dd7a7e82173c18ca3ff19ba49f152ed8 (diff) | |
download | tk-046813684f5fcdd4764db7fc53922266d6eb1586.zip tk-046813684f5fcdd4764db7fc53922266d6eb1586.tar.gz tk-046813684f5fcdd4764db7fc53922266d6eb1586.tar.bz2 |
added a remark about some keysyms being valid across platforms...
-rw-r--r-- | doc/keysyms.n | 4 |
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. |