Keep clipboard shortcuts routed to built-in source
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user