From c0b34a56151c282ad81e1f6983396e6d285db04f Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Sat, 18 May 2019 10:47:48 +0530 Subject: [PATCH 1/7] Keyboard shortcuts page --- docs/keyboard-shortcuts.md | 3 +++ src/data/doc-links.yml | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 docs/keyboard-shortcuts.md diff --git a/docs/keyboard-shortcuts.md b/docs/keyboard-shortcuts.md new file mode 100644 index 00000000..8a406151 --- /dev/null +++ b/docs/keyboard-shortcuts.md @@ -0,0 +1,3 @@ +# Keyboard shortcuts + +Thermal provides keyboard shortcuts for many workflows. diff --git a/src/data/doc-links.yml b/src/data/doc-links.yml index b080ac2e..5ec4ebd7 100644 --- a/src/data/doc-links.yml +++ b/src/data/doc-links.yml @@ -49,3 +49,5 @@ items: - title: FAQ link: /faq + - title: Keyboard shortcuts + link: /keyboard-shortcuts From 40279d27756409f5dcf7defc4ef580c028c62c2f Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Fri, 5 Jul 2019 15:28:57 +0530 Subject: [PATCH 2/7] Move keyboard shortcuts to introduction section --- src/data/doc-links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/doc-links.yml b/src/data/doc-links.yml index 5ec4ebd7..c2aacc31 100644 --- a/src/data/doc-links.yml +++ b/src/data/doc-links.yml @@ -2,6 +2,8 @@ items: - title: Getting started link: / + - title: Keyboard shortcuts + link: /keyboard-shortcuts - title: First step with Thermal items: @@ -49,5 +51,3 @@ items: - title: FAQ link: /faq - - title: Keyboard shortcuts - link: /keyboard-shortcuts From 7f715ecb0b538f9b7bc9307d2edff5bd2ffa346a Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Fri, 5 Jul 2019 15:29:16 +0530 Subject: [PATCH 3/7] Update the description (keyboard shortcts) --- docs/keyboard-shortcuts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/keyboard-shortcuts.md b/docs/keyboard-shortcuts.md index 8a406151..4ccdb115 100644 --- a/docs/keyboard-shortcuts.md +++ b/docs/keyboard-shortcuts.md @@ -1,3 +1,3 @@ # Keyboard shortcuts -Thermal provides keyboard shortcuts for many workflows. +We know keyboard shortcuts help get things done faster. Thermal provides keyboard shortcuts for many workflows and here’s a handy list of the shortcuts currently supported by Thermal. From 1a40e73ecfa6738a60b040a3959ffa93704e3e61 Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Fri, 5 Jul 2019 15:29:31 +0530 Subject: [PATCH 4/7] Add dummy keyboard shortcuts --- docs/keyboard-shortcuts.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/keyboard-shortcuts.md b/docs/keyboard-shortcuts.md index 4ccdb115..19a07f34 100644 --- a/docs/keyboard-shortcuts.md +++ b/docs/keyboard-shortcuts.md @@ -1,3 +1,13 @@ # Keyboard shortcuts We know keyboard shortcuts help get things done faster. Thermal provides keyboard shortcuts for many workflows and here’s a handy list of the shortcuts currently supported by Thermal. + +| Description | Windows/Linux | Mac | +| --- | --- | --- | +| Open keyboard shortcuts | `ctrl` `shift` `/` | `⌘` `shift` `/` | + +## Repository actions + +| Description | Windows/Linux | Mac | +| --- | --- | --- | +| Add repository | `ctrl` `n` | `⌘` `n` | From 47358ce8e4eb5281818f21a203200ebb2b2c13c3 Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Fri, 26 Jul 2019 14:29:21 +0530 Subject: [PATCH 5/7] Add metadata for keyboard shortcut --- docs/keyboard-shortcuts.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/keyboard-shortcuts.md b/docs/keyboard-shortcuts.md index 19a07f34..362d24dc 100644 --- a/docs/keyboard-shortcuts.md +++ b/docs/keyboard-shortcuts.md @@ -1,4 +1,8 @@ -# Keyboard shortcuts +--- +title: Keyboard shortcuts +description: Speed up your development workflow with these shortcut keys +titleBorder: true +--- We know keyboard shortcuts help get things done faster. Thermal provides keyboard shortcuts for many workflows and here’s a handy list of the shortcuts currently supported by Thermal. From 28fdd59fe3dc49962187e50fa4e2f0190c58feac Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Fri, 26 Jul 2019 14:29:39 +0530 Subject: [PATCH 6/7] Update keyboard shortcut section names --- docs/keyboard-shortcuts.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/keyboard-shortcuts.md b/docs/keyboard-shortcuts.md index 362d24dc..fc6cca16 100644 --- a/docs/keyboard-shortcuts.md +++ b/docs/keyboard-shortcuts.md @@ -6,11 +6,13 @@ titleBorder: true We know keyboard shortcuts help get things done faster. Thermal provides keyboard shortcuts for many workflows and here’s a handy list of the shortcuts currently supported by Thermal. +### General + | Description | Windows/Linux | Mac | | --- | --- | --- | | Open keyboard shortcuts | `ctrl` `shift` `/` | `⌘` `shift` `/` | -## Repository actions +### Repository | Description | Windows/Linux | Mac | | --- | --- | --- | From 34310e61e9fa63658187fd842ca2d1967388d92c Mon Sep 17 00:00:00 2001 From: Yashu Mittal Date: Fri, 26 Jul 2019 14:30:06 +0530 Subject: [PATCH 7/7] Align description to left, OS keys to center --- docs/keyboard-shortcuts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/keyboard-shortcuts.md b/docs/keyboard-shortcuts.md index fc6cca16..f0df7a65 100644 --- a/docs/keyboard-shortcuts.md +++ b/docs/keyboard-shortcuts.md @@ -9,11 +9,11 @@ We know keyboard shortcuts help get things done faster. Thermal provides keyboar ### General | Description | Windows/Linux | Mac | -| --- | --- | --- | +| :--- | :---: | :---: | | Open keyboard shortcuts | `ctrl` `shift` `/` | `⌘` `shift` `/` | ### Repository | Description | Windows/Linux | Mac | -| --- | --- | --- | +| :--- | :---: | :---: | | Add repository | `ctrl` `n` | `⌘` `n` |