Skip to main content
Module

x/lume/deps/cliffy.ts>KeyCode

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface KeyCode
Re-export
import { type KeyCode } from "https://deno.land/x/lume@v2.1.2/deps/cliffy.ts";

Properties

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