← All releasesDownload
macOS··v0.0.4
CmdSpace 0.0.4
CmdSpace-0.0.4-macOS.zip
6.25 MB · requires macOS 13.0+
sha256
fc083db297ec6c52c17e7ca6c6f2d8c5792040c9307aedd6c86244251a4bdaadAdded
- Dedicated Clipboard Manager panel (default
Command+Shift+V). Clipboard history now opens in its own overlay panel — separate from the main launcher — with a search field, a scrollable list, and a live preview pane. Hovering a row updates the preview; the first item is auto-selected on open so a singleEnterpastes it into the previously-focused app. Navigate with↑/↓, paste the Nth item withCommand+1-9, pin withCommand+P, delete the selection withCommand+Delete, clear all unpinned withCommand+Shift+Delete, and dismiss withEsc. Each row also has an always-visible delete button.
Changed
- Pasting a clipboard item now auto-types
Command+Vinto the focused app (Maccy/Raycast-style), so the item lands in the input without a manual paste. Requires Accessibility permission; without it the item is still placed on the pasteboard for a manual paste.
Removed
- The
c"clipboard search prefix in the main launcher. Clipboard history is now exclusively the dedicatedCommand+Shift+Vpanel.
Fixed
- Clipboard panel no longer flashes and vanishes on open over another app's fullscreen Space.
Escnow reliably closes the clipboard panel. Escape is handled on the panel's responder chain (cancelOperation) so the auto-focused search field's editor can no longer swallow it.- Clearing the clipboard search field now restores the full list instead of keeping the stale filtered results.