diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 15:59:33 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-01-13 15:59:33 (GMT) |
commit | 1d0b1c08f897fc5614aeace2efe820bc8c7473a1 (patch) | |
tree | b010e5cd412709efedcdbb9c2d0b82bf647da30d /doc | |
parent | e8c682aaa5c4f7673b1d5610d7a754fa7b5281e7 (diff) | |
download | tk-1d0b1c08f897fc5614aeace2efe820bc8c7473a1.zip tk-1d0b1c08f897fc5614aeace2efe820bc8c7473a1.tar.gz tk-1d0b1c08f897fc5614aeace2efe820bc8c7473a1.tar.bz2 |
Improve links/keywords
Diffstat (limited to 'doc')
-rw-r--r-- | doc/keysyms.n | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/keysyms.n b/doc/keysyms.n index 756c996..2fbf260 100644 --- a/doc/keysyms.n +++ b/doc/keysyms.n @@ -2,7 +2,7 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: keysyms.n,v 1.7 2008/09/23 13:36:40 dkf Exp $ +'\" RCS: @(#) $Id: keysyms.n,v 1.8 2010/01/13 15:59:33 dkf Exp $ '\" '\" .so man.macros @@ -14,8 +14,9 @@ keysyms \- keysyms recognized by Tk .BE .SH DESCRIPTION .PP -Tk recognizes many keysyms when specifying key bindings (e.g. -\fBbind . <Key-\fR\fIkeysym\fR\fB>\fR). The following list enumerates the +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 of a particular keysym is dependant on the configuration of the @@ -922,9 +923,9 @@ Hyper_R 65518 0xffee Delete 65535 0xffff .CE .SH "SEE ALSO" -bind +bind(n), event(n) .SH KEYWORDS -keysym, bind, binding +bind, binding, event, keysym '\" Local Variables: '\" mode: nroff '\" End: |