- Once in your Home folder, you’ll need to click `Shift+Cmd+.` (shift, command, period) to show your hidden files & folders. Once they are visible, find your `Library` folder and click it.
+ Once in your Home folder, you’ll need to click `⇧ + ⌘ + .` (shift, command, period) to show your hidden files & folders. Once they are visible, find your `Library` folder and click it.

@@ -153,7 +153,7 @@ Please quit Pieces OS and Pieces Desktop and make sure neither are actively runn
Once in your `{username}` folder, you'll need to find your `Documents` folder and click it.
- You may need to enable the option to show hidden files and folders. To do this, open File Explorer, and tap `Ctrl+H`.
+ You may need to enable the option to show hidden files and folders. To do this, open File Explorer, and tap `⌃+H`.
You should now be at the following location: `~/Users/{username}/Documents`
diff --git a/docs/features/creation-and-generation.mdx b/docs/features/creation-and-generation.mdx
index 0769d2b3b..33c408b73 100644
--- a/docs/features/creation-and-generation.mdx
+++ b/docs/features/creation-and-generation.mdx
@@ -12,7 +12,7 @@ Utilizing the power of ChatGPT, in-house AI models, and other multimodal strateg
Use natural language to fully describe the code that will assist you in your project from the "Describe a Snippet" menu. To access this feature:
1. Open the "Describe a Snippet" Overlay:
- Select the "Add +" button beneath the carousel in Gallery View or the "+ Add Snippets" button in List View
- - Press `⌘/CTRL + Shift + P` to open the overlay immediately
+ - Press `⌘/⌃ + ⇧ + P` to open the overlay immediately
2. After the menu opens, you can begin typing in the search bar (marked with a ">"). Here is an example phrase for you to try:
diff --git a/docs/features/keyboard-shortcuts.mdx b/docs/features/keyboard-shortcuts.mdx
index 14fee9b76..a22691de7 100644
--- a/docs/features/keyboard-shortcuts.mdx
+++ b/docs/features/keyboard-shortcuts.mdx
@@ -8,124 +8,124 @@ Use this list to reference how to perform all shortcuts and actions in the app.
## Windows & Linux
-| Add a Snippet | Shortcut |
-|-------------------------------|----------------------|
-| Add a code snippet to Pieces | ` CTRL + V ` |
-| Add a code file to Pieces | ` CTRL + U ` |
-| Create a snippet from scratch | ` CTRL + N ` |
-| Add Collections to Pieces | ` CTRL + SHIFT + C ` |
+| Add a Snippet | Shortcut |
+|-------------------------------|---------------|
+| Add a code snippet to Pieces | ` ⌃ V ` |
+| Add a code file to Pieces | ` ⌃ U ` |
+| Create a snippet from scratch | ` ⌃ N ` |
+| Add Collections to Pieces | ` ⌃ ⇧ C ` |
| Manage a Snippet | Shortcut |
|---------------------------------|----------------------|
-| Rename | ` CTRL + R ` |
-| Delete | ` DELETE ` |
-| Open Quick Menu | ` CTRL + O ` |
-| Reclassify | ` CTRL + Y ` |
-| Edit Snippet Description | ` CTRL + SHIFT + N ` |
-| Add Related Links | ` CTRL + K ` |
-| Add Tags | ` CTRL + T ` |
-| Toggle Information View | ` CTRL + I ` |
-| Open Actions Menu | ` CTRL + ENTER ` |
-| Highlight Sensitive Information | ` CTRL + ! ` |
+| Rename | ` ⌃ R ` |
+| Delete | ` ⌫ ` |
+| Open Quick Menu | ` ⌃ O ` |
+| Reclassify | ` ⌃ Y ` |
+| Edit Snippet Description | ` ⌃ ⇧ N ` |
+| Add Related Links | ` ⌃ K ` |
+| Add Tags | ` ⌃ T ` |
+| Toggle Information View | ` ⌃ I ` |
+| Open Actions Menu | ` ⌃ ⏎ ` |
+| Highlight Sensitive Information | ` ⌃ ! ` |
| Share with People | Shortcut |
|-------------------------|---------------|
-| Generate Shareable Link | ` CTRL + L ` |
+| Generate Shareable Link | ` ⌃ L ` |
| Use a Snippet | Shortcut |
|-----------------------------|----------------------|
-| Paste code snippet into IDE | ` CTRL + V ` |
-| Duplicate a snippet | ` CTRL + D ` |
-| Download a snippet | ` CTRL + SHIFT + D ` |
-| Copy with Context | ` CTRL + ALT + C ` |
+| Paste code snippet into IDE | ` ⌃ V ` |
+| Duplicate a snippet | ` ⌃ D ` |
+| Download a snippet | ` ⌃ ⇧ D ` |
+| Copy with Context | ` ⌃ ALT C ` |
| Editing a Snippet | Shortcut |
|-------------------|-------------------------------|
-| Open Editor | ` CTRL + E ` |
-| Save Edits | ` CTRL + S ` (while editing) |
+| Open Editor | ` ⌃ E ` |
+| Save Edits | ` ⌃ S ` (while editing) |
| Leave Editor | ` ESC ` |
| Navigating Pieces | Shortcut |
|------------------------------------|------------------------------|
-| Workflow Activity View | ` CTRL + SHIFT + A ` |
-| Open Search | ` / ` or ` CTRL + F ` |
+| Workflow Activity View | ` ⌃ ⇧ A ` |
+| Open Search | ` / ` or ` ⌃ F ` |
| View Next or Previous Piece | ` ← ` or ` → ` |
-| Jump to First or Last Piece | ` CTRL + ← ` or ` CTRL + → ` |
+| Jump to First or Last Piece | ` ⌃ ← ` or ` ⌃ → ` |
| Toggle between Image and Code View | ` T ` |
| Configuring Pieces | Shortcut |
|-------------------------|----------------------------------|
| Open Settings | ` , ` |
-| Toggle Theme | ` CTRL + SHIFT + T ` |
-| Support Center | ` CTRL + ? ` |
-| Submit Feedback | ` SHIFT + ! ` |
-| Check for Update | ` SHIFT + U ` |
-| Add an Integration | ` CTRL + I ` (in settings menu) |
-| Zoom In | ` CTRL + + ` |
-| Zoom Out | ` CTRL + - ` |
-| Refer a Friend | ` CTRL + J ` |
-| Live Chat | ` SHIFT + H ` |
-| Release Notes | ` SHIFT + W ` |
-| View Keyboard Shortcuts | ` CTRL + ; ` |
+| Toggle Theme | ` ⌃ ⇧ T ` |
+| Support Center | ` ⌃ ? ` |
+| Submit Feedback | ` ⇧ ! ` |
+| Check for Update | ` ⇧ U ` |
+| Add an Integration | ` ⌃ I ` (in settings menu) |
+| Zoom In | ` ⌃ ` |
+| Zoom Out | ` ⌃ - ` |
+| Refer a Friend | ` ⌃ J ` |
+| Live Chat | ` ⇧ H ` |
+| Release Notes | ` ⇧ W ` |
+| View Keyboard Shortcuts | ` ⌃ ; ` |
## macOS
| Add a Snippet | Shortcut |
|-----------------------------|-------------------|
-| Add code snippet to Pieces | ` ⌘ + V ` |
-| Add code file to Pieces | ` ⌘ + U ` |
-| Create snippet from scratch | ` ⌘ + N ` |
-| Add collections to Pieces | ` ⌘ + SHIFT + C ` |
+| Add code snippet to Pieces | ` ⌘ V ` |
+| Add code file to Pieces | ` ⌘ U ` |
+| Create snippet from scratch | ` ⌘ N ` |
+| Add collections to Pieces | ` ⌘ ⇧ C ` |
| Manage a Snippet | Shortcut |
|---------------------------------|-------------------|
-| Rename | ` ⌘ + R ` |
-| Delete | ` DELETE ` |
-| Open Quick Menu | ` ⌘ + O ` |
-| Reclassify | ` ⌘ + Y ` |
-| Edit Snippet Description | ` ⌘ + SHIFT + N ` |
-| Add Related Links | ` ⌘ + K ` |
-| Add Tags | ` ⌘ + T ` |
-| Toggle Information View | ` ⌘ + I ` |
-| Open Actions Menu | ` ⌘ + ENTER ` |
-| Highlight Sensitive Information | ` ⌘ + ! ` |
+| Rename | ` ⌘ R ` |
+| Delete | ` ⌫ ` |
+| Open Quick Menu | ` ⌘ O ` |
+| Reclassify | ` ⌘ Y ` |
+| Edit Snippet Description | ` ⌘ ⇧ N ` |
+| Add Related Links | ` ⌘ K ` |
+| Add Tags | ` ⌘ T ` |
+| Toggle Information View | ` ⌘ I ` |
+| Open Actions Menu | ` ⌘ ⏎ ` |
+| Highlight Sensitive Information | ` ⌘ ! ` |
| Share with People | Shortcut |
|-------------------------|------------|
-| Generate Shareable Link | ` ⌘ + L ` |
+| Generate Shareable Link | ` ⌘ L ` |
| Use a Snippet | Shortcut |
|-----------------------------|-------------------|
-| Paste code snippet into IDE | ` ⌘ + V ` |
-| Duplicate a snippet | ` ⌘ + D ` |
-| Download a snippet | ` ⌘ + SHIFT + D ` |
-| Copy with Context | ` ⌘ + ⌥ + C ` |
+| Paste code snippet into IDE | ` ⌘ V ` |
+| Duplicate a snippet | ` ⌘ D ` |
+| Download a snippet | ` ⌘ ⇧ D ` |
+| Copy with Context | ` ⌘ ⌥ C ` |
| Editing a Snippet | Shortcut |
|-------------------|---------------------------|
-| Open Editor | ` ⌘ + E ` |
-| Save Edits | ` ⌘ + S ` (while editing) |
+| Open Editor | ` ⌘ E ` |
+| Save Edits | ` ⌘ S ` (while editing) |
| Leave Editor | ` ESC ` |
| Navigating Pieces | Shortcut |
|------------------------------------|------------------------|
-| Workflow Activity View | ` ⌘ + SHIFT + A ` |
-| Open Search | ` / ` or ` ⌘ + F ` |
+| Workflow Activity View | ` ⌘ ⇧ A ` |
+| Open Search | ` / ` or ` ⌘ F ` |
| View Next or Previous Piece | ` ← ` or ` → ` |
-| Jump to First or Last Piece | ` ⌘ + ← ` or ` ⌘ + → ` |
+| Jump to First or Last Piece | ` ⌘ ← ` or ` ⌘ → ` |
| Toggle between Image and Code View | ` T ` |
| Configuring Pieces | Shortcut |
|-------------------------|-------------------------------|
| Open Settings | ` , ` |
-| Toggle Theme | ` ⌘ + SHIFT + T ` |
-| Support Center | ` ⌘ + ? ` |
-| Submit Feedback | ` SHIFT + ! ` |
-| Check for Update | ` SHIFT + U ` |
-| Add an Integration | ` ⌘ + I ` (in User Settings) |
-| Zoom In | ` ⌘ + + ` |
-| Zoom Out | ` ⌘ + - ` |
-| Refer a Friend | ` ⌘ + J ` |
-| Live Chat | ` SHIFT + H ` |
-| Release Notes | ` SHIFT + W ` |
-| View Keyboard Shortcuts | ` ⌘ + ; ` |
+| Toggle Theme | ` ⌘ ⇧ T ` |
+| Support Center | ` ⌘ ? ` |
+| Submit Feedback | ` ⇧ ! ` |
+| Check for Update | ` ⇧ U ` |
+| Add an Integration | ` ⌘ I ` (in User Settings) |
+| Zoom In | ` ⌘ ` |
+| Zoom Out | ` ⌘ - ` |
+| Refer a Friend | ` ⌘ J ` |
+| Live Chat | ` ⇧ H ` |
+| Release Notes | ` ⇧ W ` |
+| View Keyboard Shortcuts | ` ⌘ ; ` |
diff --git a/docs/features/managing-saved-materials.mdx b/docs/features/managing-saved-materials.mdx
index d5a6db7b2..0866c3b24 100644
--- a/docs/features/managing-saved-materials.mdx
+++ b/docs/features/managing-saved-materials.mdx
@@ -27,7 +27,7 @@ To exit Edit Mode, you can press ` Esc ` or select the 'Exit Edit Mode' pill, an
Before renaming snippets, be sure to read about our [AI title generation](/features/auto-enrichment) to get an idea of how title generation takes place.
-To rename a snippet quickly, press ` ⌘/CTRL + R ` to toggle the title's ` Edit Mode `. You'll notice the title highlights and you can begin typing immediately.
+To rename a snippet quickly, press ` ⌘/⌃ + R ` to toggle the title's ` Edit Mode `. You'll notice the title highlights and you can begin typing immediately.
## Reclassifying a Code Snippet's Language Association
@@ -87,7 +87,7 @@ One of our fundamental capabilities is Instant Language Detection, which automat
## Duplicating a Code Snippet
-When you need to transform or make slight adjustments to a code snippet you already have, you can duplicate a snippet with ` ⌘/CTRL + D `, or by selecting the ` Duplicate + ` pill above your code in List View, and below it in Gallery mode.
+When you need to transform or make slight adjustments to a code snippet you already have, you can duplicate a snippet with ` ⌘/⌃ + D `, or by selecting the ` Duplicate + ` pill above your code in List View, and below it in Gallery mode.
Once you duplicate a snippet, you will notice the `[Duplicate] YOUR_TITLE_HERE` in front of the new snippet while your old title will remain unchanged.
@@ -101,14 +101,14 @@ When working with transformations, saving the original can be beneficial in case

-Just as quickly as you add, you can remove snippets as well. To delete a resource you can simply press ` Delete `, or you can follow these steps:
+Just as quickly as you add, you can remove snippets as well. To delete a resource you can simply press ` ⌫ `, or you can follow these steps:
In List View:
- Select the Snippet that you would like to delete
- Select the ` ... ` on the bottom of the Quick Action Menu
- Scroll to the bottom of the Context Menu, and once you get to the last drawer, you will see a section labeled "Danger Zone"
-- Select the "Delete Piece" Icon (you can also press ` Delete ` from here as well)
+- Select the "Delete Piece" Icon (you can also press ` ⌫ ` from here as well)
- A new drawer will confirm your choice to delete the resource
-- You can click ` Delete ` or press ` Enter ` to confirm
+- You can click ` ⌫ ` or press ` ⏎ ` to confirm
- Please keep in mind that at this time, Pieces cannot retrieve a deleted resource
- You can also choose “Don’t ask me again” to turn off the confirmation window
diff --git a/docs/features/transforming-snippets.mdx b/docs/features/transforming-snippets.mdx
index bd305c5ad..6f96b8b48 100644
--- a/docs/features/transforming-snippets.mdx
+++ b/docs/features/transforming-snippets.mdx
@@ -8,7 +8,7 @@ Snippets are sometimes very close to the format you need, or they would be bette
## Getting Started with Snippet Transformations
In order to access the snippet transformations, first you need to [save your first code snippet](/product-highlights-and-benefits/saving-useful-developer-materials). Once you have code in the Pieces Desktop App:
-1. Use `⌘/CTRL + E` or click **Edit this snippet**, which will open the Edit Mode and change the icons in the Quick Action Menu.
+1. Use `⌘/⌃ + E` or click **Edit this snippet**, which will open the Edit Mode and change the icons in the Quick Action Menu.
2. Each of the icons here represents a different transformation style:
- **Modify Snippet for Boilerplate Usage**
diff --git a/docs/features/user-settings.mdx b/docs/features/user-settings.mdx
index 940a03b2a..081d33eb8 100644
--- a/docs/features/user-settings.mdx
+++ b/docs/features/user-settings.mdx
@@ -128,13 +128,13 @@ You can control the visual aspects of the application, including toggling betwee
### Toggle Light/Dark Mode
-**Shortcut:** `⌘/CTRL + SHIFT + T`
+**Shortcut:** `⌘/⌃ + ⇧ + T`
You can change your theme from most views in the Pieces Desktop App, _but not all of them_. If your hear a ` boop ` or get no reaction when attempting to adjust the theme, try closing any open dialogs or drawers or open your settings and adjust the theme by pressing the ` Theme Toggle Icon ` on the right side of the settings drawer.
### Zoom In/Zoom Out
-**Shortcut:** `⌘/CTRL +` or `⌘/CTRL -`
+**Shortcut:** `⌘/⌃ +` or `⌘/⌃ -`
This will increase or decrease the font size of the application if you need to see more or less code on the screen or get up close with a specific line of text.
@@ -143,25 +143,25 @@ If you need assistance, more documentation, or want to see a full list of keyboa
### Support Center
-**Shortcut:** `⌘/CTRL + ?`
+**Shortcut:** `⌘/⌃ + ?`
Opens the [Pieces Documentation Center](/) (Yes - that's where we are now) in case you need assistance or are looking for details on Pieces.
### Submit Feedback
-**Shortcut:** `SHIFT + !`
+**Shortcut:** `⇧ + !`
If you want to leave feedback on Pieces or are experiencing a bug/issue, fill out this form and we will be in touch!
### Check for Updates
-**Shortcut:** `SHIFT + U`
+**Shortcut:** `⇧ + U`
You will likely get a notification as soon as an update is available, but you can also check for updates here. If updates are available, you will be prompted to update. If not, you will receive a notification that you are currently up to date.
### Keyboard Shortcuts
-**Shortcut:** `⌘/CTRL + ;`
+**Shortcut:** `⌘/⌃ + ;`
This opens a file with all the available keyboard shortcuts in the application, even if you are offline with no connection to the internet.
@@ -224,7 +224,7 @@ Using Search with Snippet allows you to search for other related snippets by pas
When deleting snippets and managing shareable links, there are a few notifications that flag sensitive deletions or updating shareable links when content has changed. The drawer that opens when you select the cog inside your settings has a number of options.
#### Confirm Piece Deletions
-By default, when deleting snippets by pressing `Delete` or from the context drawer, you will get a confirmation message to delete a snippet permanently. If you would like to turn this setting off and hide the confirmation messages, you can select the checkbox here.
+By default, when deleting snippets by pressing `⌫` or from the context drawer, you will get a confirmation message to delete a snippet permanently. If you would like to turn this setting off and hide the confirmation messages, you can select the checkbox here.
**Note: You cannot recover a deleted snippet.**
@@ -249,7 +249,7 @@ Here you can find settings to help you discover more features in Pieces Desktop
### Release Notes
-**Shortcut:** `SHIFT + W`
+**Shortcut:** `⇧ + W`
Use this shortcut to view the latest release notes for Pieces Desktop (and the rest of the Pieces Suite) at [https://code.pieces.app/updates](https://code.pieces.app/updates).
@@ -258,7 +258,7 @@ Select the light-bulb icon to view a list of power tips for using Pieces. There
### Plugins
-**Shortcut:** `⌘/CTRL + I`
+**Shortcut:** `⌘/⌃ + I`
Select the puzzle piece icon to view a list of links to our Pieces Suite plugins, available to use with the Desktop application. Use keys `1 - 4` to select the plugin you want to install, and it will open in your browser.
diff --git a/docs/product-highlights-and-benefits/collections.mdx b/docs/product-highlights-and-benefits/collections.mdx
index 48e556eca..e228631ae 100644
--- a/docs/product-highlights-and-benefits/collections.mdx
+++ b/docs/product-highlights-and-benefits/collections.mdx
@@ -26,7 +26,7 @@ To find Collections, you can go to a few places:
1. Collections in Pieces Desktop
- To get to Collections, press `⌘ + Shift + C` or `CTRL + Shift + C` and a new dialog will open. You can also press the `Add snippets +` button on either view, then select the Collection(s) you want. You can add them all at once by pressing the plus button on each language-specific card. Here is an example of one of the cards:
+ To get to Collections, press `⌘ + ⇧ + C` or `⌃ + ⇧ + C` and a new dialog will open. You can also press the `Add snippets +` button on either view, then select the Collection(s) you want. You can add them all at once by pressing the plus button on each language-specific card. Here is an example of one of the cards:

diff --git a/docs/product-highlights-and-benefits/connecting-to-a-remote-pieces-os-instance.mdx b/docs/product-highlights-and-benefits/connecting-to-a-remote-pieces-os-instance.mdx
index 9f3dfb7a5..dafab6872 100644
--- a/docs/product-highlights-and-benefits/connecting-to-a-remote-pieces-os-instance.mdx
+++ b/docs/product-highlights-and-benefits/connecting-to-a-remote-pieces-os-instance.mdx
@@ -120,7 +120,7 @@ For Dev Container users, if the connection does not work automatically, there ar
Now we will set up your Pieces VS Code extension to connect to your machine with Pieces OS.
1. Open VS Code on your machine
-2. Go to VS Code Settings `⌘/CTRL + ,`
+2. Go to VS Code Settings `⌘/⌃ + ,`
3. Ensure that you have the `Workspace` tab selected
4. Search `pieces custom url`
5. Paste your new forwarding URL in the input for `Pieces: Custom Url`
@@ -131,7 +131,7 @@ Now we will set up your Pieces VS Code extension to connect to your machine with
Now we will reload your VS Code window to ensure that your Pieces VS Code extension is using your ngrok forwarding URL.
-1. Open up the Command Palette `⌘/CTRL + Shift + P`
+1. Open up the Command Palette `⌘/⌃ + ⇧ + P`
2. Search `Reload Window`
3. Select `Developer: Reload Window`
diff --git a/docs/product-highlights-and-benefits/in-project-snippet-discovery.mdx b/docs/product-highlights-and-benefits/in-project-snippet-discovery.mdx
index 824316d55..1792eaab3 100644
--- a/docs/product-highlights-and-benefits/in-project-snippet-discovery.mdx
+++ b/docs/product-highlights-and-benefits/in-project-snippet-discovery.mdx
@@ -22,7 +22,7 @@ To run Snippet Discovery:
1. Click `Add Snippets` > `Snippet Discovery`
2. Select Files:
- This allows you to select a single file or multiple files. Once the [File Picker](/product-highlights-and-benefits/saving-useful-developer-materials#pieces-desktop) opens, select a single file and press 'Open' or hold ``` ⌘/CTRL ``` while you select multiple files.
+ This allows you to select a single file or multiple files. Once the [File Picker](/product-highlights-and-benefits/saving-useful-developer-materials#pieces-desktop) opens, select a single file and press 'Open' or hold ``` ⌘/⌃ ``` while you select multiple files.
3. Select a Folder:
diff --git a/docs/product-highlights-and-benefits/saving-screenshots.mdx b/docs/product-highlights-and-benefits/saving-screenshots.mdx
index 6d6d96395..a4e3f23e2 100644
--- a/docs/product-highlights-and-benefits/saving-screenshots.mdx
+++ b/docs/product-highlights-and-benefits/saving-screenshots.mdx
@@ -8,11 +8,11 @@ description: By saving media to the Pieces for Developers Desktop app, all of yo

## Why Would I need a Screenshot of Code?
-Sometimes the code you need is not in a location where it can be copied, such as in YouTube videos, tutorials, onboarding docs, or messages. You can capture this code, then modify and manipulate it as you wish by taking a screenshot using `⌘ + Shift + 4` or `Windows Key + Shift + S`.
+Sometimes the code you need is not in a location where it can be copied, such as in YouTube videos, tutorials, onboarding docs, or messages. You can capture this code, then modify and manipulate it as you wish by taking a screenshot using `⌘ + ⇧ + 4` or `Windows Key + ⇧ + S`.
### Adding a Screenshot via "Add a File"
-You can quickly add a screenshot using the File Picker by pressing `⌘/CTRL + U`, which will bring up the Native File browser window based on your OS.
+You can quickly add a screenshot using the File Picker by pressing `⌘/⌃ + U`, which will bring up the Native File browser window based on your OS.
To add an image from a specific file location, you can follow these steps:
- Press `+ Add Snippets` to open the Add Code Snippets & Developer Material Layouts dialog
diff --git a/docs/product-highlights-and-benefits/saving-useful-developer-materials.mdx b/docs/product-highlights-and-benefits/saving-useful-developer-materials.mdx
index d6bbe4cfc..4fe6fca56 100644
--- a/docs/product-highlights-and-benefits/saving-useful-developer-materials.mdx
+++ b/docs/product-highlights-and-benefits/saving-useful-developer-materials.mdx
@@ -22,23 +22,23 @@ When using Pieces for Developers - whether the Desktop App or one of our plugins
### Universal
- Right click and select "Save to Pieces" in your context menu. The snippet will be added with metadata to Pieces Desktop
-- Press Paste (`⌘/CTRL + V`) after clicking anywhere in the application window
+- Press Paste (`⌘/⌃ + V`) after clicking anywhere in the application window
### Specific
#### Pieces Desktop:
- Drag & drop a file or image over top of Pieces Desktop to save the contents as a new resource
-- Open the file picker with `⌘/CTRL + U`, then select the file that you would like to add
+- Open the file picker with `⌘/⌃ + U`, then select the file that you would like to add
- Via [Snippet Discovery](/product-highlights-and-benefits/in-project-snippet-discovery)
#### Jetbrains Plugin:
- Drag code Directly into Pieces for JetBrains in the sidebar and a resource will be created
-- Use `Option + Shift + P` or `Alt + Shift + P` with code selected to save a new resource
+- Use `Option + ⇧ + P` or `Alt + ⇧ + P` with code selected to save a new resource
[Learn more about Saving in the JetBrains Plugin](/extensions-plugins/jetbrains)
#### VS Code Extension:
-- Use `⌘ + Shift + V` or `Windowskey + Shift + V` with code selected to save a new resource
+- Use `⌘ + ⇧ + V` or `Windowskey + ⇧ + V` with code selected to save a new resource
[Learn more about saving in the Pieces VS Code extension](/extensions-plugins/vscode)
@@ -46,6 +46,6 @@ When using Pieces for Developers - whether the Desktop App or one of our plugins
- Hit the `Copy & Save` button that appears when you hover any code block
- Our code block detection in the Pieces Web Extension depends on the HTML style of the codeblocks on the page. We detect ``` ``` tags and ``` ``` tags to capture code and insert buttons to save and share.
- Learn more about [Sharing and the Share button](/features/one-click-snippet-sharing) that appears next to 'Copy & Save'
-- Use `⌘/CTRL + Shift + S` to save text or code from a website
+- Use `⌘/⌃ + ⇧ + S` to save text or code from a website
[Learn more about Saving in the Web Extension](/extensions-plugins/web-extension)
diff --git a/src/components/Table/index.tsx b/src/components/Table/index.tsx
new file mode 100644
index 000000000..3bafc3a2c
--- /dev/null
+++ b/src/components/Table/index.tsx
@@ -0,0 +1,13 @@
+const Table = ({
+ children,
+}:{
+ children: React.ReactNode,
+}) => {
+ return (
+
+ {children}
+
+ )
+}
+
+export default Table