Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

press

import { press } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/mod.ts";

JavaScriptから任意のキー押下eventを発行する

Scrapboxにキー入力命令を送る際に使う。 この関数はキー入力eventで呼び出されたscrapboxのevent listenerの処理が終わるまで同期的にブロックされるようだ

const press: (key: KeyName, pressOptions?: PressOptions) => void;