From da0496fed2dd09cf287be5f9b7d4192c42fe5c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Tue, 16 Feb 2021 21:03:41 +0000 Subject: [PATCH] Make the shortcuts list more readable in readme --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index ca06095..3b81ca5 100644 --- a/README.md +++ b/README.md @@ -58,22 +58,22 @@ jupyter lab --watch ## Keyboard Shortcuts -Bold: Ctrl/⌘ + B -Italic: Ctrl/⌘ + I -Underline: Ctrl/⌘ + U -Strikethrough: Ctrl/⌘ + Shift + X - -Normal Text Style (p): Ctrl/⌘ + Alt + 0 -Title Text Style (H1): Ctrl/⌘ + Alt + 1 -Subtitle Text Style (H2): Ctrl/⌘ + Alt + 2 -Section 1 Text Style (H3): Ctrl/⌘ + Alt + 3 -Section 2 Text Style (H4): Ctrl/⌘ + Alt + 4 -Section 3 Text Style (H5): Ctrl/⌘ + Alt + 5 -Caption Text Style (H6): Ctrl/⌘ + Alt + 6 - -Bulleted list: Ctrl/⌘ + Shift + 8 -Ordered list: Ctrl/⌘ + Shift + 9 -Nested list: Tab to nest a list item; Shift + Tab to unnest -Block quote: Ctrl/⌘ + ' -Inline code: Ctrl/⌘ + < -Code block: Use Markdown syntax and press enter. Example: ```python \ No newline at end of file +- Bold: Ctrl/⌘ + B +- Italic: Ctrl/⌘ + I +- Underline: Ctrl/⌘ + U +- Strikethrough: Ctrl/⌘ + Shift + X + +- Normal Text Style (p): Ctrl/⌘ + Alt + 0 +- Title Text Style (H1): Ctrl/⌘ + Alt + 1 +- Subtitle Text Style (H2): Ctrl/⌘ + Alt + 2 +- Section 1 Text Style (H3): Ctrl/⌘ + Alt + 3 +- Section 2 Text Style (H4): Ctrl/⌘ + Alt + 4 +- Section 3 Text Style (H5): Ctrl/⌘ + Alt + 5 +- Caption Text Style (H6): Ctrl/⌘ + Alt + 6 + +- Bulleted list: Ctrl/⌘ + Shift + 8 +- Ordered list: Ctrl/⌘ + Shift + 9 +- Nested list: Tab to nest a list item; Shift + Tab to unnest +- Block quote: Ctrl/⌘ + ' +- Inline code: Ctrl/⌘ + < +- Code block: Use Markdown syntax and press enter. Example: ```python