UNPKG

@progress/kendo-angular-common

Version:

Kendo UI for Angular - Utility Package

68 lines (67 loc) 1.35 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ /** * Enum with key codes. */ export declare enum Keys { Alt = 18, ArrowDown = 40, ArrowLeft = 37, ArrowRight = 39, ArrowUp = 38, Backspace = 8, Control = 17, Delete = 46, Digit0 = 48, Digit1 = 49, Digit2 = 50, Digit3 = 51, Digit4 = 52, Digit5 = 53, Digit6 = 54, Digit7 = 55, Digit8 = 56, Digit9 = 57, End = 35, Enter = 13, Escape = 27, F1 = 112, F2 = 113, F10 = 121, Home = 36, Insert = 45, KeyA = 65, KeyB = 66, KeyC = 67, KeyD = 68, KeyE = 69, KeyF = 70, KeyG = 71, KeyH = 72, KeyI = 73, KeyJ = 74, KeyK = 75, KeyL = 76, KeyM = 77, KeyN = 78, KeyO = 79, KeyP = 80, KeyQ = 81, KeyR = 82, KeyS = 83, KeyT = 84, KeyU = 85, KeyV = 86, KeyW = 87, KeyX = 88, KeyY = 89, KeyZ = 90, NumpadDecimal = 110, PageDown = 34, PageUp = 33, Shift = 16, Space = 32, Tab = 9 }