Module

x/cliffy/keycode.ts>IKey

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

Properties

optional
name: string
optional
sequence: string
ctrl: boolean
meta: boolean
shift: boolean
import IKey
import { IKey } from "https://dotland.deno.dev/x/cliffy@v0.11.0/keycode.ts";