dimcode 0.0.6-beta.3 → 0.0.6-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/dist/cli.mjs +578 -571
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -119,6 +119,8 @@ Type slash commands directly in the input field:
119
119
  - Drag to select text, then release to auto-copy (when enabled)
120
120
  - In the input area, use `Shift+Option` for rectangular selection
121
121
  - Triple-click in the input area to select all
122
+ - `Tab` moves focus to the next input field; `Shift+Tab` moves to the previous
123
+ - The CLI is mouse-friendly for selection, scrolling, and clicking buttons/controls
122
124
 
123
125
  ## ⚙️ Configuration
124
126