Skip to main content
Module

x/cliffy/keycode/key_code.ts>KeyCode

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

Properties

optional
name: string
optional
sequence: string
optional
code: string
optional
ctrl: boolean
optional
meta: boolean
optional
shift: boolean