Skip to main content
Module

x/tui/src/key_reader/types.ts

🦕 Deno module for creating Terminal User Interfaces
Go to Latest
import * as tui from "https://deno.land/x/tui@1.3.4/src/key_reader/types.ts";

Interfaces

Interface defining key press issued to stdin

Interface defining key press issued to stdin using a mouse

Interface defining multiple key presses (both {KeyPress} and {MousePress}) that have been issued to stdin at once

Type Aliases

Type defining letters from the latin alphabet

Type defining interpunction characters

Type defining keys that key_reader.ts can distinguish

Type defining special keys