bshepherdson / foam-migration-test

0 stars 0 forks source link

Add keyboard shortcuts for numbered-lists and bullets to RTF #165

Closed bshepherdson closed 10 years ago

bshepherdson commented 10 years ago

From k...@chromium.org on January 22, 2014 16:25:43

Add keyboard shortcuts for the RichTextField's numbered lists and bullets features.

Use Command Shift 7 for numbered lists and Command Shift 8 for bullets.

Original issue: http://code.google.com/p/foam-framework/issues/detail?id=165

bshepherdson commented 10 years ago

From k...@chromium.org on January 23, 2014 06:53:40

Added the following keyboard shortcuts:

Shift-Ctrl-7 Numbered List Shift-Ctrl-8 Bulleted List Shift-Ctrl-9 Blockquote

Shift-Ctrl-W Left Justify Shift-Ctrl-E Center Shift-Ctrl-R Right Justify

Shift-Ctrl-[ Decrease Indent Shift-Ctrl-] Increase Indent

Shift-Ctrl-0 Remove Formatting

These are also the same as desktop Gmail, except for:

  1. The addition of Shift-Ctrl-0 for "Remove Formatting. GMail does not have a keyboard shortcut for this feature.
  2. Left justify is Shift-Ctrl-W instead of Shift-Ctrl-L, which locks your screen on ChromeOS. Now the three justification keys: W, E, R, are arranged mnemonically on the keyboard.

Status: Fixed