blob: 6aa7e2f9f9ea593afbf0a84d733e1ca0802c4235 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- library/text.tcl 2002-09-02 19:39:20.000000000 +0200
+++ library/text.tcl 2003-02-26 15:08:02.000000000 +0100
@@ -347,14 +347,6 @@
catch { %W edit redo }
}
-if {[string compare $tcl_platform(platform) "windows"]} {
-bind Text <Control-v> {
- if {!$tk_strictMotif} {
- tk::TextScrollPages %W 1
- }
-}
-}
-
bind Text <Meta-b> {
if {!$tk_strictMotif} {
tk::TextSetCursor %W [tk::TextPrevPos %W insert tcl_startOfPreviousWord]
|