View | Details | Raw Unified | Return to bug 39946
Collapse All | Expand All

(-)lib/tk8.3/tk.tcl (+1 lines)
Lines 304-309 Link Here
304
	if {[info exists tcl_platform(os)]} {
304
	if {[info exists tcl_platform(os)]} {
305
	    switch $tcl_platform(os) {
305
	    switch $tcl_platform(os) {
306
		"IRIX"  -
306
		"IRIX"  -
307
		"FreeBSD" -
307
		"Linux" { event add <<PrevWindow>> <ISO_Left_Tab> }
308
		"Linux" { event add <<PrevWindow>> <ISO_Left_Tab> }
308
		"HP-UX" {
309
		"HP-UX" {
309
		    # This seems to be correct on *some* HP systems.
310
		    # This seems to be correct on *some* HP systems.

Return to bug 39946