Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 16409
Collapse All | Expand All

(-)library/text.tcl (-8 lines)
Lines 347-360 Link Here
347
    catch { %W edit redo }
347
    catch { %W edit redo }
348
}
348
}
349
349
350
if {[string compare $tcl_platform(platform) "windows"]} {
351
bind Text <Control-v> {
352
    if {!$tk_strictMotif} {
353
	tk::TextScrollPages %W 1
354
    }
355
}
356
}
357
358
bind Text <Meta-b> {
350
bind Text <Meta-b> {
359
    if {!$tk_strictMotif} {
351
    if {!$tk_strictMotif} {
360
	tk::TextSetCursor %W [tk::TextPrevPos %W insert tcl_startOfPreviousWord]
352
	tk::TextSetCursor %W [tk::TextPrevPos %W insert tcl_startOfPreviousWord]

Return to bug 16409