diff options
Diffstat (limited to 'src/KeyMap.cxx')
| -rw-r--r-- | src/KeyMap.cxx | 2 | 
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}, | 
