aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/KeyMap.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2005-11-10 00:42:42 +0000
committernyamatongwe <devnull@localhost>2005-11-10 00:42:42 +0000
commit6ea2be4efbe8d048caf512b2946ad8e0c4ee47bc (patch)
tree16358314342c9485ad63cd5c09f4444830f85bd5 /src/KeyMap.cxx
parentf6aff0a47a21212903ad86337b1e9eb52aef571d (diff)
downloadscintilla-mirror-6ea2be4efbe8d048caf512b2946ad8e0c4ee47bc.tar.gz
Added selection duplicate command.
Diffstat (limited to 'src/KeyMap.cxx')
-rw-r--r--src/KeyMap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KeyMap.cxx b/src/KeyMap.cxx
index 950916bd0..bfa6e2d78 100644
--- a/src/KeyMap.cxx
+++ b/src/KeyMap.cxx
@@ -140,7 +140,7 @@ const KeyToCommand KeyMap::MapDefault[] = {
{'L', SCI_CSHIFT, SCI_LINEDELETE},
{'T', SCI_CSHIFT, SCI_LINECOPY},
{'T', SCI_CTRL, SCI_LINETRANSPOSE},
- {'D', SCI_CTRL, SCI_LINEDUPLICATE},
+ {'D', SCI_CTRL, SCI_SELECTIONDUPLICATE},
{'U', SCI_CTRL, SCI_LOWERCASE},
{'U', SCI_CSHIFT, SCI_UPPERCASE},
{0,0,0},