diff options
Diffstat (limited to 'doc/keysyms.n')
-rw-r--r-- | doc/keysyms.n | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/keysyms.n b/doc/keysyms.n index bab9d16..e85da8c 100644 --- a/doc/keysyms.n +++ b/doc/keysyms.n @@ -9,11 +9,11 @@ .SH NAME 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 @@ -919,9 +919,10 @@ Hyper_L 65517 0xffed 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: |