summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorBrian Lim <brian.lim.developer@gmail.com>2016-01-21 07:38:41 -0500
committerBrian Lim <brian.lim.developer@gmail.com>2016-01-21 07:38:41 -0500
commit26aeb7b7054a2e7b24aa691a7d47e57ad5e08fdc (patch)
treead4a52f7f61663666d09b6afe89d8d6343313a66 /settings.json.template
parent9335ae00d0c889bf96482447990968ca3eef6806 (diff)
downloadetherpad-lite-26aeb7b7054a2e7b24aa691a7d47e57ad5e08fdc.zip
Added pad shortcut disabling feature
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 ceb9efb3..404ce1c7 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -69,6 +69,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,