Skip to content

A fork of agentation with enhanced keyboard shortcuts

Notifications You must be signed in to change notification settings

thanithani/agentation-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

agentation-plus

A fork of agentation with enhanced keyboard shortcuts.

Changes from original

  • Global visibility toggle: Ctrl+Shift+A to completely hide/show the toolbar
  • Working keyboard shortcuts: P, H, C, X shortcuts now functional (disabled when typing in text fields)

Keyboard Shortcuts

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

Install

npm install agentation-plus

Usage

import { Agentation } from 'agentation-plus';

function App() {
  return (
    <>
      <YourApp />
      <Agentation />
    </>
  );
}

License

Based on agentation © 2026 Benji Taylor, licensed under PolyForm Shield 1.0.0

About

A fork of agentation with enhanced keyboard shortcuts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published