summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-09-16 14:50:46 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-09-16 14:50:46 (GMT)
commit439139641c44d7d925b3aa2b2aa2a6183dd33ff0 (patch)
treef53046c42e25747d0e829f6015c5310ab85896c5 /library
parent89c954a53bbf1e6f30760915e38649a265cd2b9d (diff)
parent487b808fa7ad1096e9ee4112a719c8ed3cd45ff8 (diff)
downloadtk-439139641c44d7d925b3aa2b2aa2a6183dd33ff0.zip
tk-439139641c44d7d925b3aa2b2aa2a6183dd33ff0.tar.gz
tk-439139641c44d7d925b3aa2b2aa2a6183dd33ff0.tar.bz2
merge 8.6
Diffstat (limited to 'library')
-rw-r--r--library/tk.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index 30aa83d..5803d00 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -463,7 +463,7 @@ switch -exact -- [tk windowingsystem] {
# See http://support.apple.com/kb/HT1343
event add <<SelectAll>> <Command-Key-a>
#Attach function keys not otherwise assigned to this event so they no-op - workaround for bug 0e6930dfe7
- event add <<SelectNone>> <Option-Command-Key-a> <Key-F5> <Key-F1> <Key-F5> <Key-F6> <Key-F7> <Key-F8> <Key-F9> <Key-F10> <Key-F11> <Key-F12>
+ event add <<SelectNone>> <Option-Command-Key-a> <Key-F5> <Key-F1> <Key-F5> <Key-F6> <Key-F7> <Key-F8> <Key-F9> <Key-F10> <Key-F11> <Key-F12>
event add <<Undo>> <Command-Key-z> <Command-Lock-Key-Z>
event add <<Redo>> <Shift-Command-Key-z> <Shift-Command-Lock-Key-z>
event add <<NextChar>> <Right> <Control-Key-f> <Control-Lock-Key-F>
@@ -476,7 +476,7 @@ switch -exact -- [tk windowingsystem] {
event add <<SelectPrevWord>> <Shift-Option-Left>
event add <<LineStart>> <Home> <Command-Left> <Control-Key-a> <Control-Lock-Key-A>
event add <<SelectLineStart>> <Shift-Home> <Shift-Command-Left> <Shift-Control-Key-A> <Shift-Control-Lock-Key-A>
- event add <<LineEnd>> <End> <Command-Right> <Control-Key-e> <Control-Lock-Key-E>
+ event add <<LineEnd>> <End> <Command-Right> <Control-Key-e> <Control-Lock-Key-E>
event add <<SelectLineEnd>> <Shift-End> <Shift-Command-Right> <Shift-Control-Key-E> <Shift-Control-Lock-Key-E>
event add <<PrevLine>> <Up> <Control-Key-p> <Control-Lock-Key-P>
event add <<SelectPrevLine>> <Shift-Up> <Shift-Control-Key-P> <Shift-Control-Lock-Key-P>