Keyboard shortcuts/input aids (summary) ########################################## Character decoration ******************** +-------------+-----------------+-----------------------------------+---------------------+ | Shortcuts | Command | Meaning/ Modification | Execution result | +=============+=================+===================================+=====================+ | ``alt + b`` | Bold | **\*\***\ Bold\ **\*\*** | **Bold** | +-------------+-----------------+-----------------------------------+---------------------+ | ``alt + i`` | Italic | **\***\ Italic\ **\*** | *Italic* | +-------------+-----------------+-----------------------------------+---------------------+ | ``alt + c`` | InlineRow(Code) | **\``**\ InlineRow(Code)\ **\``** | ``InlineRow(Code)`` | +-------------+-----------------+-----------------------------------+---------------------+ Table ******** +-----------------------------------------------------------+--------------------------------+-----------------------------------+ || Shortcuts || Description || Notes | || /Trigger character || || | +===========================================================+================================+===================================+ | ``alt + t`` | Convert data to a table | | +-----------------------------------------------------------+--------------------------------+-----------------------------------+ || ``1`` ``2`` ``3`` ``4`` ``5`` || Create a new table || The form of the preceding string | || ``6`` ``7`` ``8`` ``9`` ``0`` || || must be ``[Rows]x[Columns]`` . | +-----------------------------------------------------------+--------------------------------+-----------------------------------+ | ``Enter`` | Moving a cell selection(Down) | | +-----------------------------------------------------------+--------------------------------+-----------------------------------+ | ``Shift + Enter`` | Moving a cell selection(Up) | | +-----------------------------------------------------------+--------------------------------+-----------------------------------+ | ``Tab`` | Moving a cell selection(Right) | | +-----------------------------------------------------------+--------------------------------+-----------------------------------+ | ``Shift + Tab`` | Moving a cell selection(Left) | | +-----------------------------------------------------------+--------------------------------+-----------------------------------+ | ``Alt + Enter`` | Intra-cellular line break | | +-----------------------------------------------------------+--------------------------------+-----------------------------------+ | If the cursor is at the far right of the line, ``Enter``. | Add a line | | +-----------------------------------------------------------+--------------------------------+-----------------------------------+ | Add ``-`` to the far right of the line and ``Enter``. | Delete a line | | +-----------------------------------------------------------+--------------------------------+-----------------------------------+ || Add ``+`` to the side of the delimiter (\ ``|``\ ) || Add a column || | || and press ``Enter``. || || | +-----------------------------------------------------------+--------------------------------+-----------------------------------+ || Add ``-`` to the side of the delimiter line (\ ``|``\ ) || Delete column || | || and press ``Enter``. || || | +-----------------------------------------------------------+--------------------------------+-----------------------------------+ || Add ``^`` to the side of the delimiter line (\ ``|``\ ) || Move up a line || If you type more than one ``^``, | || and press ``Enter``. || || it will move by that amount. | +-----------------------------------------------------------+--------------------------------+-----------------------------------+ || Add ``v`` to the side of the delimiter line (\ ``|``\ ) || Move down the line || If you type more than one ``v``, | || and press ``Enter``. || || it will move by that amount. | +-----------------------------------------------------------+--------------------------------+-----------------------------------+ || Add ``>`` to the side of the delimiter line (\ ``|``\ ) || Move column to the right || If you type more than one ``>``, | || and press ``Enter``. || || it will move by that amount. | +-----------------------------------------------------------+--------------------------------+-----------------------------------+ || Add ``<`` to the side of the delimiter line (\ ``|``\ ) || Move the column to the left || If you type more than one ``<``, | || and press ``Enter``. || || it will move by that amount. | +-----------------------------------------------------------+--------------------------------+-----------------------------------+ List ******** +------------------------------------+---------------------------------------------+------------------------------+ || Shortcuts || Description || Notes | || /Trigger character || || | +====================================+=============================================+==============================+ || ``alt + l`` || Insert the first symbol in the list || Auto-completion suggestions | || || || will be displayed. | +------------------------------------+---------------------------------------------+------------------------------+ || ``.`` ``1`` ``#`` ``*`` || Insert a symbol at the beginning of a list || Auto-completion suggestions | || || || will be displayed. | +------------------------------------+---------------------------------------------+------------------------------+ | ``Enter`` | Add a new item to the next line | | +------------------------------------+---------------------------------------------+------------------------------+ | ``Shift + Enter`` | Add a new item to the top row | | +------------------------------------+---------------------------------------------+------------------------------+ | ``Tab`` | Nesting (indenting) of lists | | +------------------------------------+---------------------------------------------+------------------------------+ | ``Shift + Tab`` | Unnesting a list (outdenting) | | +------------------------------------+---------------------------------------------+------------------------------+ || On a line where only list symbols || Finish editing the list. || | || are present, use ``Enter``. || || | +------------------------------------+---------------------------------------------+------------------------------+