mirror of
https://github.com/heyman/heynote.git
synced 2025-06-27 13:01:51 +02:00
Re-ordered commands
This commit is contained in:
parent
74558769e0
commit
8055b43994
@ -86,8 +86,6 @@ const HEYNOTE_COMMANDS = {
|
|||||||
insertNewBlockAtCursor: cmd(insertNewBlockAtCursor, "Block", "Insert new block at cursor"),
|
insertNewBlockAtCursor: cmd(insertNewBlockAtCursor, "Block", "Insert new block at cursor"),
|
||||||
deleteBlock: cmd(deleteBlock, "Block", "Delete block"),
|
deleteBlock: cmd(deleteBlock, "Block", "Delete block"),
|
||||||
deleteBlockSetCursorPreviousBlock: cmd(deleteBlockSetCursorPreviousBlock, "Block", "Delete block and set cursor to previous block"),
|
deleteBlockSetCursorPreviousBlock: cmd(deleteBlockSetCursorPreviousBlock, "Block", "Delete block and set cursor to previous block"),
|
||||||
moveCurrentBlockUp: cmdLessContext(moveCurrentBlockUp, "Block", "Move current block up"),
|
|
||||||
moveCurrentBlockDown: cmdLessContext(moveCurrentBlockDown, "Block", "Move current block down"),
|
|
||||||
cursorPreviousBlock: cmd(cursorPreviousBlock, "Cursor", "Move cursor to previous block"),
|
cursorPreviousBlock: cmd(cursorPreviousBlock, "Cursor", "Move cursor to previous block"),
|
||||||
cursorNextBlock: cmd(cursorNextBlock, "Cursor", "Move cursor to next block"),
|
cursorNextBlock: cmd(cursorNextBlock, "Cursor", "Move cursor to next block"),
|
||||||
cursorPreviousParagraph: cmd(cursorPreviousParagraph, "Cursor", "Move cursor to previous paragraph"),
|
cursorPreviousParagraph: cmd(cursorPreviousParagraph, "Cursor", "Move cursor to previous paragraph"),
|
||||||
@ -109,6 +107,8 @@ const HEYNOTE_COMMANDS = {
|
|||||||
moveLineDown: cmdLessContext(moveLineDown, "Edit", "Move line down"),
|
moveLineDown: cmdLessContext(moveLineDown, "Edit", "Move line down"),
|
||||||
deleteLine: cmdLessContext(deleteLine, "Edit", "Delete line"),
|
deleteLine: cmdLessContext(deleteLine, "Edit", "Delete line"),
|
||||||
formatBlockContent: cmdLessContext(formatBlockContent, "Block", "Format block content"),
|
formatBlockContent: cmdLessContext(formatBlockContent, "Block", "Format block content"),
|
||||||
|
moveCurrentBlockUp: cmdLessContext(moveCurrentBlockUp, "Block", "Move current block up"),
|
||||||
|
moveCurrentBlockDown: cmdLessContext(moveCurrentBlockDown, "Block", "Move current block down"),
|
||||||
newCursorAbove: cmdLessContext(newCursorAbove, "Cursor", "Add cursor above"),
|
newCursorAbove: cmdLessContext(newCursorAbove, "Cursor", "Add cursor above"),
|
||||||
newCursorBelow: cmdLessContext(newCursorBelow, "Cursor", "Add cursor below"),
|
newCursorBelow: cmdLessContext(newCursorBelow, "Cursor", "Add cursor below"),
|
||||||
selectPreviousParagraph: cmdLessContext(selectPreviousParagraph, "Selection", "Select to previous paragraph"),
|
selectPreviousParagraph: cmdLessContext(selectPreviousParagraph, "Selection", "Select to previous paragraph"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user