diff --git a/packages/noco-docs/docs/020.getting-started/040.keyboard-shortcuts.md b/packages/noco-docs/docs/020.getting-started/040.keyboard-shortcuts.md index 0e92385ffc..b363e5cc65 100644 --- a/packages/noco-docs/docs/020.getting-started/040.keyboard-shortcuts.md +++ b/packages/noco-docs/docs/020.getting-started/040.keyboard-shortcuts.md @@ -3,6 +3,22 @@ title: 'Keyboard shortcuts' keywords: ['keyboard shortcuts', 'shortcuts', 'keyboard'] --- +## Quick Actions + +Cmd+K (Ctrl+K on Windows) is a keyboard shortcut to quickly navigate to different a workspace, table, view, or a menu item. For example, if you want to quickly navigate to the "API Tokens" page item, you can open Quick Actions menu using ⌘+K, type "Token" in the search box and press enter. + +This shortcut is often referred to as "Command-K". It's a great way to save time when you're navigating around NocoDB. + +Command-K menu can also be accessed via the "Quick Actions" button in the top left corner of the screen. + +![Quick Actions](/img/v2/cmd-k.png) + +To navigate within ⌘+K menu, +- Use `↑` `↓` to navigate between items +- Use `Enter` to select an item +- Use `Backspace` to move to parent menu +- Use `Esc` to close the menu + ## General shortcuts | Key | Behaviour | diff --git a/packages/noco-docs/static/img/v2/cmd-k.png b/packages/noco-docs/static/img/v2/cmd-k.png new file mode 100644 index 0000000000..b12408fb5a Binary files /dev/null and b/packages/noco-docs/static/img/v2/cmd-k.png differ