mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
[fix] Fix shortcut enabling flag for 'ESC'
This is an adjustment to #2891.
This commit is contained in:
parent
688e8f37a3
commit
97038c2183
3 changed files with 3 additions and 1 deletions
|
@ -111,6 +111,7 @@ exports.padShortcutEnabled = {
|
|||
"delete" : true,
|
||||
"cmdShift2" : true,
|
||||
"return" : true,
|
||||
"esc" : true,
|
||||
"cmdS" : true,
|
||||
"tab" : true,
|
||||
"cmdZ" : true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue