diff options
Diffstat (limited to 'src/KeyMap.cxx')
| -rw-r--r-- | src/KeyMap.cxx | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/KeyMap.cxx b/src/KeyMap.cxx index 3a6a31f97..dba68704c 100644 --- a/src/KeyMap.cxx +++ b/src/KeyMap.cxx @@ -95,6 +95,7 @@ KeyToCommand KeyMap::MapDefault[] = {      {VK_INSERT, 		SCI_CTRL,	WM_COPY},      {VK_ESCAPE,  	SCI_NORM,	SCI_CANCEL},      {VK_BACK,		SCI_NORM, 	SCI_DELETEBACK}, +    {VK_BACK,		SCI_SHIFT, 	SCI_DELETEBACK},      {VK_BACK,		SCI_CTRL, 	SCI_DELWORDLEFT},      {'Z', 			SCI_CTRL,	WM_UNDO},      {'Y', 			SCI_CTRL,	SCI_REDO}, | 
