This task is about adding support for indenting/outdenting keyboard shortcuts within the Reply and New Discussion Tool
Behavior
Reply Tool
- Open the Reply Tool's visual mode
- Create a bullet list, with three items in it:
: * Item 1 : * Item 2 : * Item 3
- Place your cursor on the line that contains Item 2
- Press ⌃ + ]
- Notice the list you created in "Step 2." now shows:
: * Item 1 : ** Item 2 : * Item 3
- Place your cursor on the line that contains Item 2
- Press ⌃ + [
- Notice the list you created in "Step 2." now shows:
: * Item 1 : * Item 2 : * Item 3
New Discussion Tool
- Open the New Discussion Tool's visual mode
- Create a bullet list, with three items in it:
* Item 1 * Item 2 * Item 3
- Place your cursor on the line that contains Item 2
- Press ⌃ + ]
- Notice the list you created in "Step 2." now shows:
* Item 1 ** Item 2 * Item 3
- Place your cursor on the line that contains Item 2
- Press ⌃ + [
- Notice the list you created in "Step 2." now shows:
* Item 1 * Item 2 * Item 3
Done
- ===Behavior is implemented
