diff options
author | avl <avl> | 2017-03-14 01:13:36 (GMT) |
---|---|---|
committer | avl <avl> | 2017-03-14 01:13:36 (GMT) |
commit | ec228d7f02a3a2711ca21a9cad4fe189f912db25 (patch) | |
tree | bae367eb895080a95b88b8f5dca65a01bf48bbb9 | |
parent | 5f4f708d7659ed8ed2ef1a4c3eaa0cb6662dae6c (diff) | |
download | tk-ec228d7f02a3a2711ca21a9cad4fe189f912db25.zip tk-ec228d7f02a3a2711ca21a9cad4fe189f912db25.tar.gz tk-ec228d7f02a3a2711ca21a9cad4fe189f912db25.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. |