[fix] Fix shortcut enabling flag for 'ESC'

This is an adjustment to #2891.
This commit is contained in:
Luiza Pagliari 2017-05-11 12:35:25 -03:00
parent 688e8f37a3
commit 97038c2183
3 changed files with 3 additions and 1 deletions

View file

@ -111,6 +111,7 @@ exports.padShortcutEnabled = {
"delete" : true,
"cmdShift2" : true,
"return" : true,
"esc" : true,
"cmdS" : true,
"tab" : true,
"cmdZ" : true,