Module

x/cliffy/mod.ts>KeyEvent

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
class KeyEvent
import { KeyEvent } from "https://dotland.deno.dev/x/cliffy@v0.18.0/mod.ts";

KeyEvent representation.

Constructors

new
protected
KeyEvent(
name: string | undefined,
sequence: string | undefined,
ctrl?,
meta?,
shift?,
)

Static Methods

Create new KeyEvent.

import KeyEvent
import { KeyEvent } from "https://dotland.deno.dev/x/cliffy@v0.18.0/mod.ts";