Fixed `Ctrl+E` not working anymore

This commit is contained in:
jos 2017-07-19 14:36:04 +02:00
parent a03d962daa
commit 3ca23568cf
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ const KEY_BINDINGS = {
'duplicate': ['Ctrl+D', 'Command+D'],
'insert': ['Ctrl+Insert', 'Command+Insert'],
'remove': ['Ctrl+Delete', 'Command+Delete'],
'expand': ['Ctrl+E', 'Command+E'],
'actionMenu': ['Ctrl+M', 'Command+M'],
'undo': ['Ctrl+Z', 'Command+Z'],
'redo': ['Ctrl+Shift+Z', 'Command+Shift+Z'],