Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/tui/src/input_reader/types.ts>SpecialKeys

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
type alias SpecialKeys
import { type SpecialKeys } from "https://deno.land/x/tui@2.0.0/src/input_reader/types.ts";

Type defining special keys

definition:
| "return"
| "tab"
| "backspace"
| "escape"
| "space"
| "up"
| "down"
| "left"
| "right"
| "clear"
| "insert"
| "delete"
| "pageup"
| "pagedown"
| "home"
| "end"
| "tab"