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 | 31264948c52cc606e00239a2d4bbd205fda31556 (patch) | |
tree | 058e10db403e77b5641b299ae236b7d4399f366c /doc | |
parent | 54222cf7961a8de622e4ef23012ddd1024a7423f (diff) | |
download | tk-31264948c52cc606e00239a2d4bbd205fda31556.zip tk-31264948c52cc606e00239a2d4bbd205fda31556.tar.gz tk-31264948c52cc606e00239a2d4bbd205fda31556.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. |