Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/deps/question/KeyCombo.ts>default.from

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
method default.from
import { default } from "https://deno.land/x/netzo@0.4.87/deps/question/KeyCombo.ts";

Creates a KeyCombo instance from a keyboard event.

Parameters

event: Keypress

A keyboard event.

Returns

KeyCombo