A fork of agentation with enhanced keyboard shortcuts.
- Global visibility toggle:
Ctrl+Shift+Ato completely hide/show the toolbar - Working keyboard shortcuts: P, H, C, X shortcuts now functional (disabled when typing in text fields)
| Hotkey | Action |
|---|---|
Ctrl+Shift+A |
Hide/show toolbar entirely |
Escape |
Deactivate toolbar |
P |
Pause/resume animations |
H |
Hide/show markers |
C |
Copy feedback |
X |
Clear all |
npm install agentation-plusimport { Agentation } from 'agentation-plus';
function App() {
return (
<>
<YourApp />
<Agentation />
</>
);
}Based on agentation © 2026 Benji Taylor, licensed under PolyForm Shield 1.0.0