diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-23 10:25:34 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-23 10:25:34 (GMT) |
commit | 835fa2d511e335babf70b6d19e379ca71938bb2c (patch) | |
tree | 5769365c580ceba24c618e1345b9bbd56443b987 /library | |
parent | 60491df8da63553b1b4251c8ea4022c1ae9f3d12 (diff) | |
parent | 937cffeb764f1c136933de3e4994d603ee9ec5ed (diff) | |
download | tk-835fa2d511e335babf70b6d19e379ca71938bb2c.zip tk-835fa2d511e335babf70b6d19e379ca71938bb2c.tar.gz tk-835fa2d511e335babf70b6d19e379ca71938bb2c.tar.bz2 |
Merge enhanced-index
Diffstat (limited to 'library')
-rw-r--r-- | library/demos/cscroll.tcl | 2 | ||||
-rw-r--r-- | library/icons.tcl | 2 | ||||
-rw-r--r-- | library/tk.tcl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/library/demos/cscroll.tcl b/library/demos/cscroll.tcl index d210c7d..c88bfa9 100644 --- a/library/demos/cscroll.tcl +++ b/library/demos/cscroll.tcl @@ -114,7 +114,7 @@ if {[tk windowingsystem] eq "x11" && ![package vsatisfies [package provide Tk] 8 # Support for mousewheels on Linux/Unix commonly comes through mapping # the wheel to the extended buttons. If you have a mousewheel, find # Linux configuration info at: - # http://linuxreviews.org/howtos/xfree/mouse/ + # https://linuxreviews.org/HOWTO_change_the_mouse_speed_in_X bind $c <Button-4> { if {!$tk_strictMotif} { %W yview scroll -5 units diff --git a/library/icons.tcl b/library/icons.tcl index d98e461..1cd0e1e 100644 --- a/library/icons.tcl +++ b/library/icons.tcl @@ -4,7 +4,7 @@ # were provided by the Tango Desktop project which provides a # unified set of high quality icons licensed under the # Creative Commons Attribution Share-Alike license -# (http://creativecommons.org/licenses/by-sa/3.0/) +# (https://creativecommons.org/licenses/by-sa/3.0/) # # See http://tango.freedesktop.org/Tango_Desktop_Project # diff --git a/library/tk.tcl b/library/tk.tcl index b1cc535..88ac47b 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -457,7 +457,7 @@ switch -exact -- [tk windowingsystem] { event add <<Clear>> <Clear> # Official bindings - # See http://support.apple.com/kb/HT1343 + # See https://support.apple.com/en-us/HT201236 event add <<SelectAll>> <Command-a> event add <<Undo>> <Command-Key-z> <Command-Lock-Key-Z> event add <<Redo>> <Shift-Command-Key-z> <Shift-Command-Lock-Key-z> |