mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
- Use Tab to navigate forward through interface elements. Notice that Shift-Tab has no effect.
PR: 39946 Submitted by: eps+fbsdbugs@mooseriver.com
This commit is contained in:
parent
7aa9b3a145
commit
8ac6741232
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85508
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= tk
|
||||
PORTVERSION= 8.3.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-toolkits tk83
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= tcl
|
||||
|
10
x11-toolkits/tk83/files/patch-tk.tcl
Normal file
10
x11-toolkits/tk83/files/patch-tk.tcl
Normal file
@ -0,0 +1,10 @@
|
||||
--- ../library/tk.tcl.orig Fri Jun 7 02:54:55 2002
|
||||
+++ ../library/tk.tcl
|
||||
@@ -304,6 +304,7 @@
|
||||
if {[info exists tcl_platform(os)]} {
|
||||
switch $tcl_platform(os) {
|
||||
"IRIX" -
|
||||
+ "FreeBSD" -
|
||||
"Linux" { event add <<PrevWindow>> <ISO_Left_Tab> }
|
||||
"HP-UX" {
|
||||
# This seems to be correct on *some* HP systems.
|
Loading…
Reference in New Issue
Block a user