Keep clipboard shortcuts routed to built-in source

This commit is contained in:
2026-09-06 00:47:44 +01:00
parent 99d9a65283
commit 1d7a9d6cde
4 changed files with 13 additions and 25 deletions
+4 -4
View File
@@ -68,8 +68,8 @@ For a custom binding, edit the **live** config —
but is not sourced):
```lua
o.bind("SUPER + SHIFT + V", "Clipboard manager (clipboard-history)",
"omarchy-shell alanfortlink.clipboard toggle")
o.bind("SUPER + SHIFT + V", "Clipboard manager",
"omarchy-shell shell toggle omarchy.clipboard")
```
(If your config is still legacy `bindings.conf`: `bindd = ALT SHIFT, V, …`.)
@@ -92,8 +92,8 @@ Updating: `omarchy plugin update alanfortlink.clipboard` · Uninstall: `omarchy
Pause/resume is also scriptable — useful for automation or a custom binding:
```bash
omarchy-shell alanfortlink.clipboard pause '{"paused":"toggle"}'
omarchy-shell alanfortlink.clipboard isPaused
omarchy-shell shell call alanfortlink.clipboard pause '{"paused":"toggle"}'
omarchy-shell shell call alanfortlink.clipboard isPaused
```
## Configuration