summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-03-26 15:22:22 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-03-26 15:22:22 (GMT)
commit6fdf22d332ab748e6724fc7311866aaccd354508 (patch)
treeb1a791df24030b5e82235c0e8174d4d148edcbfa /doc
parentab9f98cc8e92cbe59655b280a6a8fffc1bcff60e (diff)
parente5b9346767031e58cb54025f947844db5ade6d7d (diff)
downloadtk-6fdf22d332ab748e6724fc7311866aaccd354508.zip
tk-6fdf22d332ab748e6724fc7311866aaccd354508.tar.gz
tk-6fdf22d332ab748e6724fc7311866aaccd354508.tar.bz2
Merged tip-464 following positive vote by the TCT.
Diffstat (limited to 'doc')
-rw-r--r--doc/keysyms.n11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/keysyms.n b/doc/keysyms.n
index bf81440..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.
@@ -918,6 +920,13 @@ Super_R 65516 0xffec
Hyper_L 65517 0xffed
Hyper_R 65518 0xffee
Delete 65535 0xffff
+XF86AudioLowerVolume 269025041 0x1008FF11
+XF86AudioMute 269025042 0x1008FF12
+XF86AudioRaiseVolume 269025043 0x1008FF13
+XF86AudioPlay 269025044 0x1008FF14
+XF86AudioStop 269025045 0x1008FF15
+XF86AudioPrev 269025046 0x1008FF16
+XF86AudioNext 269025047 0x1008FF17
.CE
.SH "SEE ALSO"
bind(n), event(n)