summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorLuiza Pagliari <lpagliari@gmail.com>2017-05-11 11:29:25 -0300
committerGitHub <noreply@github.com>2017-05-11 11:29:25 -0300
commit1ebcf0dc470985ddc4357b0ac54e886116dfa3df (patch)
treec5836ed85b4fb6968c0055c1816ed676afbe5f60 /settings.json.template
parentef415880f0e42a670897410af50b186934098d04 (diff)
parent26aeb7b7054a2e7b24aa691a7d47e57ad5e08fdc (diff)
downloadetherpad-lite-1ebcf0dc470985ddc4357b0ac54e886116dfa3df.zip
Merge pull request #2891 from bhldev/padShortcutDisable
Added pad shortcut disabling feature to settings.json
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template24
1 files changed, 24 insertions, 0 deletions
diff --git a/settings.json.template b/settings.json.template
index 026f5a2b..798ce0ef 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -73,6 +73,30 @@
"lang": "en-gb"
},
+ /* Pad Shortcut Keys */
+ "padShortcutEnabled" : {
+ "altF9" : true,
+ "altC" : true,
+ "cmdShift2" : true,
+ "delete" : true,
+ "return" : true,
+ "cmdS" : true,
+ "tab" : true,
+ "cmdZ" : true,
+ "cmdY" : true,
+ "cmdI" : true,
+ "cmdB" : true,
+ "cmdU" : true,
+ "cmd5" : true,
+ "cmdShiftL" : true,
+ "cmdShiftN" : true,
+ "cmdShiftC" : true,
+ "cmdH" : true,
+ "ctrlHome" : true,
+ "pageUp" : true,
+ "pageDown" : true,
+ },
+
/* Should we suppress errors from being visible in the default Pad Text? */
"suppressErrorsInPadText" : false,