UNPKG

gentics-ui-core

Version:

This is the common core framework for the Gentics CMS and Mesh UI, and other Angular applications.

17 lines (16 loc) 273 B
export declare enum KeyCode { UpArrow = 38, DownArrow = 40, RightArrow = 39, LeftArrow = 37, PageUp = 33, PageDown = 34, Home = 36, End = 35, Enter = 13, Space = 32, Tab = 9, Escape = 27, Backspace = 8, Delete = 46 }