Pad

From help.computerisms.ca
Revision as of 19:46, 24 August 2018 by Bob (talk | contribs) (Created page with " "padShortcutEnabled" : { "altF9" : true, →‎focus on the File Menu and/or editbar: "altC" : true, →‎focus on the Chat window: "cmdShift2" : true, /...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 "padShortcutEnabled" : {
   "altF9"     : true, /* focus on the File Menu and/or editbar */
   "altC"      : true, /* focus on the Chat window */
   "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 */
   "cmdY"      : true, /* redo */
   "cmdI"      : true, /* italic */
   "cmdB"      : true, /* bold */
   "cmdU"      : true, /* underline */
   "cmd5"      : true, /* strike through */
   "cmdShiftL" : true, /* unordered list */
   "cmdShiftN" : true, /* ordered list */
   "cmdShift1" : true, /* ordered list */
   "cmdShiftC" : true, /* clear authorship */
   "cmdH"      : true, /* backspace */
   "ctrlHome"  : true, /* scroll to top of pad */
   "pageUp"    : true,
   "pageDown"  : true
 },