summaryrefslogtreecommitdiffstats
path: root/doc/keysyms.n
diff options
context:
space:
mode:
authorsimonbachmann <simonbachmann@bluewin.ch>2017-04-08 07:30:32 (GMT)
committersimonbachmann <simonbachmann@bluewin.ch>2017-04-08 07:30:32 (GMT)
commit37020fe58d94418d36281f0f065df4a2cbc71609 (patch)
treebf25ed2c9298ee69144aeeec85f356f1aed5773f /doc/keysyms.n
parent2bcefceaa3b03be056a7a45f481dc9e4adcbbbd7 (diff)
parent735fd7e290750c83ddd6d0e1db7e1511c306936b (diff)
downloadtk-37020fe58d94418d36281f0f065df4a2cbc71609.zip
tk-37020fe58d94418d36281f0f065df4a2cbc71609.tar.gz
tk-37020fe58d94418d36281f0f065df4a2cbc71609.tar.bz2
merge trunk
Diffstat (limited to 'doc/keysyms.n')
-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)