mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-02 05:09:13 -04:00
Added pad shortcut disabling feature
This commit is contained in:
parent
9335ae00d0
commit
26aeb7b705
4 changed files with 110 additions and 22 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue