Skip to content

Commit

Permalink
Merge pull request #164 from botpress/rk-tables-shortcut
Browse files Browse the repository at this point in the history
feat(shortcut): table navigation shortcuts
  • Loading branch information
ptrckbp authored Oct 25, 2023
2 parents 17ef26f + 0a8fe0b commit 297dfca
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pages/cloud/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
"studio": "Studio Interface",
"toolbox": "Toolbox",
"channels": "Messaging Channels",
"webchat-customization": "Webchat Customization",
"embedding-webchat-options": "Embedding Webchat Options",
"exporting-bot-data": "Exporting Bot Data"
}
18 changes: 16 additions & 2 deletions pages/cloud/studio/shortcuts.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Keyboard Shortcuts
# Studio Keyboard Shortcuts

![Shortcuts](/docs/content/shortcuts-cover.png)

Expand All @@ -14,4 +14,18 @@ You can use these studio shortcuts for saving your time and focusing on building
| Toggle Right Panel <br /> (Inspector & Emulator) | ctrl+e | cmd+e |
| Toggle Bottom Panel <br /> (Debugger & logs) | ctrl+j | cmd+j |
| Message History <br /> (Emulator, previous messages) | Arrow ↑ or ↓ | Arrow ↑ or ↓ |
| Create New Session <br /> (Emulator) | ctrl+Enter | ctrl+Enter |
| Create New Session <br /> (Emulator) | ctrl+Enter | ctrl+Enter |

# Admin Dashboard Keyboard Shortcuts

| Shortcut | Windows | Mac |
| :--- | :--- | :--- |
| Access specific bots and workspaces in Admin Dashboard | ctrl+k | cmd+k |

# Tables Keyboard Shortcuts

| Shortcut | Windows | Mac |
| :--- | :--- | :--- |
| Cell Navigation | Arrow ↑ or ↓ or ← or → | Arrow ↑ or ↓ or ← or → |
| Edit Cell | Enter | Enter |
| Exit Edit Cell | Esc | Esc |

1 comment on commit 297dfca

@vercel
Copy link

@vercel vercel bot commented on 297dfca Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation.botpress.sh
documentation-git-master.botpress.sh

Please sign in to comment.