summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/text.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/text.tcl b/library/text.tcl
index e59a86e..279e2d9 100644
--- a/library/text.tcl
+++ b/library/text.tcl
@@ -360,7 +360,7 @@ bind Text <Meta-Delete> {
# Macintosh only bindings:
if {[tk windowingsystem] eq "aqua"} {
-bind Text <<Paste>> {
+bind Text <Control-v> {
tk::TextScrollPages %W 1
}