diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-10 11:28:09 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-08-10 11:28:09 (GMT) |
commit | b883e880976a068be12cf29c379b97be348ea79c (patch) | |
tree | 058e10db403e77b5641b299ae236b7d4399f366c /doc | |
parent | 4170dadb2c17a28bfbe04fcdba16d8e1038616df (diff) | |
download | tk-b883e880976a068be12cf29c379b97be348ea79c.zip tk-b883e880976a068be12cf29c379b97be348ea79c.tar.gz tk-b883e880976a068be12cf29c379b97be348ea79c.tar.bz2 |
Shift-Control -> Control-Shift, for consisancy everywhere
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_notebook.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ttk_notebook.n b/doc/ttk_notebook.n index 6b4b2bc..fe89994 100644 --- a/doc/ttk_notebook.n +++ b/doc/ttk_notebook.n @@ -184,7 +184,7 @@ containing the notebook as follows: .IP \(bu \fBControl-Tab\fR selects the tab following the currently selected one. .IP \(bu -\fBShift-Control-Tab\fR selects the tab preceding the currently selected one. +\fBControl-Shift-Tab\fR selects the tab preceding the currently selected one. .IP \(bu \fBAlt-\fIK\fR, where \fIK\fR is the mnemonic (underlined) character of any tab, will select that tab. |