aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaCocoa.mm
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-01-20 23:53:59 +0000
committernyamatongwe <devnull@localhost>2010-01-20 23:53:59 +0000
commit238f867a49cca592f6720a36987e5d21d65a78c7 (patch)
tree57dd7368f3f734e04c41ea648d3483ecc0b4189e /cocoa/ScintillaCocoa.mm
parent878a8e82a56223eb22ebfdf5bf44ff4724cbfd11 (diff)
downloadscintilla-mirror-238f867a49cca592f6720a36987e5d21d65a78c7.tar.gz
Updated to current version (28) of Scintilla Cocoa.
Diffstat (limited to 'cocoa/ScintillaCocoa.mm')
-rw-r--r--cocoa/ScintillaCocoa.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm
index 81dd991e7..a04c7220f 100644
--- a/cocoa/ScintillaCocoa.mm
+++ b/cocoa/ScintillaCocoa.mm
@@ -101,7 +101,7 @@ static const KeyToCommand macMapDefault[] =
{SCK_BACK, SCI_ALT, SCI_UNDO},
{SCK_BACK, SCI_CSHIFT, SCI_DELLINELEFT},
{'z', SCI_CMD, SCI_UNDO},
- {'y', SCI_CMD, SCI_REDO},
+ {'z', SCI_SCMD, SCI_REDO},
{'x', SCI_CMD, SCI_CUT},
{'c', SCI_CMD, SCI_COPY},
{'v', SCI_CMD, SCI_PASTE},