Skip to content

DocKit Shortcuts Introduction

As a Desktop Application, DocKit provides a set of shortcuts to help users use DocKit more efficiently. This document outlines the available shortcuts and corresponding actions. These shortcuts are designed to streamline your workflow and enhance your productivity when working with DocKit to manage your Elasticsearch/OpenSearch server.

Shortcuts

FeatureShortcutDescriptionState
General editingCtrl/Cmd + IAuto indent current request.
General editingCtrl/Cmd + /Comment/Uncomment line or block.
General editingCtrl + SpaceOpen Autocomplete (even if not typing).
General editingCtrl/Cmd + EnterSubmit request.
General editingCtrl/Cmd + Up/DownJump to the previous/next request start or end.
General editingmacOS: Cmd + Alt + L
Win/Linux: Ctrl + Shift + L
Collapse/expand current scope.
General editingCtrl/Cmd + K, Ctrl/Cmd + -Collapse all scopes but the current one.
General editingCtrl/Cmd + K, Ctrl/Cmd + JExpand all scopes.
AutocompleteDown arrowSwitch focus to autocomplete menu. Use arrows to further select a term.
AutocompleteEnter/TabSelect the currently selected or the top most term in autocomplete menu.
AutocompleteEscClose autocomplete menu.
ElasticsearchCtrl/Cmd + DOpen documentation for current request.

Platform note: Fold All Except Current and Expand All use VS Code's chorded key sequences (Ctrl/Cmd+K, Ctrl/Cmd+-/J) which work universally across all platforms and keyboard layouts, including Windows with Chinese IMEs (Sogou, Microsoft Pinyin) that intercept single Ctrl+Shift+letter combos.

dockit ui