summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjenglish <jenglish@flightlab.com>2003-10-06 22:14:26 (GMT)
committerjenglish <jenglish@flightlab.com>2003-10-06 22:14:26 (GMT)
commit2fdf253ee5c0cba07f91cccd30e01ee3f483d93c (patch)
treeb21909f09bda9d05855b605a23a7d829ed8b38f1 /doc
parentf596f8dd798e66df1bc22a543fba38f3d36f1cc9 (diff)
downloadtk-2fdf253ee5c0cba07f91cccd30e01ee3f483d93c.zip
tk-2fdf253ee5c0cba07f91cccd30e01ee3f483d93c.tar.gz
tk-2fdf253ee5c0cba07f91cccd30e01ee3f483d93c.tar.bz2
* library/text.tcl, doc/text.n: Text widget binding for
Control-v is now Mac-only, since it conflicts with standard <<Paste>> binding on other platforms. [Bug #605277]
Diffstat (limited to 'doc')
-rw-r--r--doc/text.n7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/text.n b/doc/text.n
index 77f5b03..16f186d 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: text.n,v 1.17 2003/05/29 21:57:56 jenglish Exp $
+'\" RCS: @(#) $Id: text.n,v 1.18 2003/10/06 22:14:26 jenglish Exp $
'\"
.so man.macros
.TH text n 8.4 Tk "Tk Built-In Commands"
@@ -1658,8 +1658,6 @@ The Next and Prior keys move the insertion cursor forward or backwards
by one screenful and clear any selection in the text.
If the Shift key is held down while Next or Prior is typed, then
the selection is extended to include the new character.
-Control-v moves the view down one screenful without moving the
-insertion cursor or adjusting the selection.
.IP [12]
Control-Next and Control-Prior scroll the view right or left by one page
without moving the insertion cursor or affecting the selection.
@@ -1738,7 +1736,8 @@ front of the insertion cursor without moving the insertion cursor.
Meta-backspace and Meta-Delete delete the word to the left of the
insertion cursor.
.IP [30]
-Control-x deletes whatever is selected in the text widget.
+Control-x deletes whatever is selected in the text widget
+after copying it to the clipboard.
.IP [31]
Control-t reverses the order of the two characters to the right of
the insertion cursor.