Skip to content

Commit

Permalink
[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Apr 17, 2024
1 parent 12e613d commit ec47ee9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inspector/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,7 @@ <h2 id="commands">Commands<a class="headerlink" href="#commands" title="Permanen
<ul>
<li><strong>Calva: Reveal Inspector</strong>. Reveals/shows the inspector. Default keybinding is <code>ctrl+alt+o i</code></li>
<li><strong>Calva: Add Selection or Current Form to Inspector</strong>. Adds the current form (without evaluating it) to the inspector. If there is text selected, the command will add that text instead. (Only the first selection, if there are multiple). There is no default keybinding for this command.</li>
<li><strong>Calva: Clear All Inspector Results</strong>. You can use the command or the button for this in the view. No default keybinding.</li>
<li><strong>Calva: Clear Inspector</strong>. You can use the command or the button for this in the view. No default keybinding.</li>
<li><strong>Calva: Paste as Inspector Item</strong>. Same as the view button. No default keybinding.</li>
</ul>
<p>The command for adding the current form to the inspector has a command ID of <code>calva.addToInspector</code>. The command takes an optional argument, a string to be added. This is meant for <a href="https://github.com/BetterThanTomorrow/joyride">Joyride</a> scripts that want to add things to the inspector.</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit ec47ee9

Please sign in to comment.