This package, pielette-addon-sendkeys version 1.2.5, is an addon for the Pielette platform that enables sending keystrokes to the user's system. It provides a simple API to simulate keyboard input, supporting both individual key presses and sequences. Note that this package is specific to Pielette and may not be useful outside that ecosystem. The package ships TypeScript types for better developer experience. The release cadence and key differentiators are unclear due to limited documentation, but it appears to be a minimal addon with no known major alternatives.
npm install pielette-addon-sendkeysNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing and using sendKeys to simulate keystrokes with single keys, sequences, and options.
Ensure your code runs within Pielette's runtime. No workaround available.
Update calls: await sendKeys('a', 100) becomes await sendKeys('a', { delay: 100 }).Use import syntax or dynamic import() if needed.
Change to import { sendKeys } from 'pielette-addon-sendkeys' or use dynamic import().Use import { sendKeys } from 'pielette-addon-sendkeys' (named export).No dependency data recorded yet.