diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-21 14:50:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-21 14:50:01 (GMT) |
commit | f88c571a6139b9b9137edc14c341541bf105c3f7 (patch) | |
tree | 6589aa24fc2607406a7cdae2e347aff9fbe635d2 /doc | |
parent | 171e2b865de12245ebab0b2af651357dad786322 (diff) | |
parent | 3a3974dead135445c69c11e2b2e94c5f19e5c6da (diff) | |
download | tk-f88c571a6139b9b9137edc14c341541bf105c3f7.zip tk-f88c571a6139b9b9137edc14c341541bf105c3f7.tar.gz tk-f88c571a6139b9b9137edc14c341541bf105c3f7.tar.bz2 |
Merge trunk. Better handling for ASCII characters and U???? format
Diffstat (limited to 'doc')
-rw-r--r-- | doc/listbox.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/listbox.n b/doc/listbox.n index ef3ae1c..ce8d18e 100644 --- a/doc/listbox.n +++ b/doc/listbox.n @@ -562,11 +562,11 @@ In \fBextended\fR mode, the Escape key cancels the most recent selection and restores all the elements in the selected range to their previous selection state. .IP [17] -Control-slash selects everything in the widget, except in +Control-/ selects everything in the widget, except in \fBsingle\fR and \fBbrowse\fR modes, in which case it selects the active element and deselects everything else. .IP [18] -Control-backslash deselects everything in the widget, except in +Control-\\ deselects everything in the widget, except in \fBbrowse\fR mode where it has no effect. .IP [19] The F16 key (labelled Copy on many Sun workstations) or Meta-w |