diff options
| -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 dba68704c..f16c21b31 100644 --- a/src/KeyMap.cxx +++ b/src/KeyMap.cxx @@ -97,6 +97,7 @@ KeyToCommand KeyMap::MapDefault[] = {      {VK_BACK,		SCI_NORM, 	SCI_DELETEBACK},      {VK_BACK,		SCI_SHIFT, 	SCI_DELETEBACK},      {VK_BACK,		SCI_CTRL, 	SCI_DELWORDLEFT}, +    {VK_BACK, 		SCI_ALT,	WM_UNDO},      {'Z', 			SCI_CTRL,	WM_UNDO},      {'Y', 			SCI_CTRL,	SCI_REDO},      {'X', 			SCI_CTRL,	WM_CUT},  | 
