summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorLuiza Pagliari <lpagliari@gmail.com>2017-05-11 12:35:25 -0300
committerLuiza Pagliari <lpagliari@gmail.com>2017-05-11 12:36:20 -0300
commit97038c2183c9f2c6f427825e121f841db01eb1c8 (patch)
tree8f867bf17d8f3023b74a81bbc23dd25833557b79 /settings.json.template
parent688e8f37a3a9557f5cec13692d97da01bfa19bf7 (diff)
downloadetherpad-lite-97038c2183c9f2c6f427825e121f841db01eb1c8.zip
[fix] Fix shortcut enabling flag for 'ESC'
This is an adjustment to #2891.
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.json.template b/settings.json.template
index e89f4303..b0bbfbde 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -80,6 +80,7 @@
"cmdShift2" : true, /* shows a gritter popup showing a line author */
"delete" : true,
"return" : true,
+ "esc" : true, /* in mozilla versions 14-19 avoid reconnecting pad */
"cmdS" : true, /* save a revision */
"tab" : true, /* indent */
"cmdZ" : true, /* undo/redo */