@fluentui/keyboard-keys 9.0.2 → 9.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +99 -1
- package/CHANGELOG.md +20 -2
- package/dist/index.d.ts +2 -1
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/lib/keyCodes.js +0 -1
- package/lib/keyCodes.js.map +1 -1
- package/lib/keys.js +0 -1
- package/lib/keys.js.map +1 -1
- package/lib-commonjs/index.js +866 -293
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/keyCodes.js +490 -166
- package/lib-commonjs/keyCodes.js.map +1 -1
- package/lib-commonjs/keys.js +862 -290
- package/lib-commonjs/keys.js.map +1 -1
- package/package.json +4 -3
- package/.swcrc +0 -30
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../lib/keyCodes.js"],"sourcesContent":["export const Cancel = 3;\nexport const Help = 6;\nexport const Backspace = 8;\nexport const Tab = 9;\nexport const Clear = 12;\nexport const Enter = 13;\nexport const Shift = 16;\nexport const Control = 17;\nexport const Alt = 18;\nexport const Pause = 19;\nexport const CapsLock = 20;\nexport const Escape = 27;\nexport const Convert = 28;\nexport const NonConvert = 29;\nexport const Accept = 30;\nexport const ModeChange = 31;\nexport const Space = 32;\nexport const PageUp = 33;\nexport const PageDown = 34;\nexport const End = 35;\nexport const Home = 36;\nexport const ArrowLeft = 37;\nexport const ArrowUp = 38;\nexport const ArrowRight = 39;\nexport const ArrowDown = 40;\nexport const Select = 41;\nexport const Print = 42;\nexport const Execute = 43;\nexport const PrintScreen = 44;\nexport const Insert = 45;\nexport const Delete = 46;\nexport const Digit0 = 48;\nexport const RightParenthesis = 48;\nexport const Digit1 = 49;\nexport const ExclamationPoint = 49;\nexport const Digit2 = 50;\nexport const AtSign = 50;\nexport const Digit3 = 51;\nexport const PoundSign = 51;\nexport const Digit4 = 52;\nexport const DollarSign = 52;\nexport const Digit5 = 53;\nexport const PercentSign = 53;\nexport const Digit6 = 54;\nexport const Caret = 54;\nexport const Digit7 = 55;\nexport const Ampersand = 55;\nexport const Digit8 = 56;\nexport const MultiplicationSign = 56;\nexport const Digit9 = 57;\nexport const LeftParenthesis = 57;\nexport const a = 65;\nexport const A = 65;\nexport const b = 66;\nexport const B = 66;\nexport const c = 67;\nexport const C = 67;\nexport const d = 68;\nexport const D = 68;\nexport const e = 69;\nexport const E = 69;\nexport const f = 70;\nexport const F = 70;\nexport const g = 71;\nexport const G = 71;\nexport const h = 72;\nexport const H = 72;\nexport const i = 73;\nexport const I = 73;\nexport const j = 74;\nexport const J = 74;\nexport const k = 75;\nexport const K = 75;\nexport const l = 76;\nexport const L = 76;\nexport const m = 77;\nexport const M = 77;\nexport const n = 78;\nexport const N = 78;\nexport const o = 79;\nexport const O = 79;\nexport const p = 80;\nexport const P = 80;\nexport const q = 81;\nexport const Q = 81;\nexport const r = 82;\nexport const R = 82;\nexport const s = 83;\nexport const S = 83;\nexport const t = 84;\nexport const T = 84;\nexport const u = 85;\nexport const U = 85;\nexport const v = 86;\nexport const V = 86;\nexport const w = 87;\nexport const W = 87;\nexport const x = 88;\nexport const X = 88;\nexport const y = 89;\nexport const Y = 89;\nexport const z = 90;\nexport const Z = 90;\nexport const OS = 91;\nexport const ContextMenu = 93;\nexport const F1 = 112;\nexport const F2 = 113;\nexport const F3 = 114;\nexport const F4 = 115;\nexport const F5 = 116;\nexport const F6 = 117;\nexport const F7 = 118;\nexport const F8 = 119;\nexport const F9 = 120;\nexport const F10 = 121;\nexport const F11 = 122;\nexport const F12 = 123;\nexport const F13 = 124;\nexport const F14 = 125;\nexport const F15 = 126;\nexport const F16 = 127;\nexport const F17 = 128;\nexport const F18 = 129;\nexport const F19 = 130;\nexport const F20 = 131;\nexport const F21 = 132;\nexport const F22 = 133;\nexport const F23 = 134;\nexport const F24 = 135;\nexport const NumLock = 144;\nexport const ScrollLock = 145;\nexport const VolumeMute = 181;\nexport const VolumeDown = 182;\nexport const VolumeUp = 183;\nexport const Semicolon = 186;\nexport const EqualsSign = 187;\nexport const PlusSign = 187;\nexport const Comma = 188;\nexport const LeftAngleBracket = 188;\nexport const MinusSign = 189;\nexport const Underscore = 189;\nexport const Decimal = 190;\nexport const RightAngleBracket = 190;\nexport const ForwardSlash = 191;\nexport const QuestionMark = 191;\nexport const GraveAccent = 192;\nexport const Tilde = 192;\nexport const LeftSquareBracket = 219;\nexport const LeftCurlyBrace = 219;\nexport const BackSlash = 220;\nexport const Pipe = 220;\nexport const RightSquareBracket = 221;\nexport const RightCurlyBrace = 221;\nexport const SingleQuote = 222;\nexport const DoubleQuote = 222;\nexport const Meta = 224;\nexport const AltGraph = 225;\nexport const Attn = 246;\nexport const CrSel = 247;\nexport const ExSel = 248;\nexport const EraseEof = 249;\nexport const Play = 250;\nexport const ZoomOut = 251;\n//# sourceMappingURL=keyCodes.js.map"],"names":["Cancel","Help","Backspace","Tab","Clear","Enter","Shift","Control","Alt","Pause","CapsLock","Escape","Convert","NonConvert","Accept","ModeChange","Space","PageUp","PageDown","End","Home","ArrowLeft","ArrowUp","ArrowRight","ArrowDown","Select","Print","Execute","PrintScreen","Insert","Delete","Digit0","RightParenthesis","Digit1","ExclamationPoint","Digit2","AtSign","Digit3","PoundSign","Digit4","DollarSign","Digit5","PercentSign","Digit6","Caret","Digit7","Ampersand","Digit8","MultiplicationSign","Digit9","LeftParenthesis","a","A","b","B","c","C","d","D","e","E","f","F","g","G","h","H","i","I","j","J","k","K","l","L","m","M","n","N","o","O","p","P","q","Q","r","R","s","S","t","T","u","U","v","V","w","W","x","X","y","Y","z","Z","OS","ContextMenu","F1","F2","F3","F4","F5","F6","F7","F8","F9","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F20","F21","F22","F23","F24","NumLock","ScrollLock","VolumeMute","VolumeDown","VolumeUp","Semicolon","EqualsSign","PlusSign","Comma","LeftAngleBracket","MinusSign","Underscore","Decimal","RightAngleBracket","ForwardSlash","QuestionMark","GraveAccent","Tilde","LeftSquareBracket","LeftCurlyBrace","BackSlash","Pipe","RightSquareBracket","RightCurlyBrace","SingleQuote","DoubleQuote","Meta","AltGraph","Attn","CrSel","ExSel","EraseEof","Play","ZoomOut"],"mappings":";;;;;;;;;;;IAAaA,MAAM,MAANA;IACAC,IAAI,MAAJA;IACAC,SAAS,MAATA;IACAC,GAAG,MAAHA;IACAC,KAAK,MAALA;IACAC,KAAK,MAALA;IACAC,KAAK,MAALA;IACAC,OAAO,MAAPA;IACAC,GAAG,MAAHA;IACAC,KAAK,MAALA;IACAC,QAAQ,MAARA;IACAC,MAAM,MAANA;IACAC,OAAO,MAAPA;IACAC,UAAU,MAAVA;IACAC,MAAM,MAANA;IACAC,UAAU,MAAVA;IACAC,KAAK,MAALA;IACAC,MAAM,MAANA;IACAC,QAAQ,MAARA;IACAC,GAAG,MAAHA;IACAC,IAAI,MAAJA;IACAC,SAAS,MAATA;IACAC,OAAO,MAAPA;IACAC,UAAU,MAAVA;IACAC,SAAS,MAATA;IACAC,MAAM,MAANA;IACAC,KAAK,MAALA;IACAC,OAAO,MAAPA;IACAC,WAAW,MAAXA;IACAC,MAAM,MAANA;IACAC,MAAM,MAANA;IACAC,MAAM,MAANA;IACAC,gBAAgB,MAAhBA;IACAC,MAAM,MAANA;IACAC,gBAAgB,MAAhBA;IACAC,MAAM,MAANA;IACAC,MAAM,MAANA;IACAC,MAAM,MAANA;IACAC,SAAS,MAATA;IACAC,MAAM,MAANA;IACAC,UAAU,MAAVA;IACAC,MAAM,MAANA;IACAC,WAAW,MAAXA;IACAC,MAAM,MAANA;IACAC,KAAK,MAALA;IACAC,MAAM,MAANA;IACAC,SAAS,MAATA;IACAC,MAAM,MAANA;IACAC,kBAAkB,MAAlBA;IACAC,MAAM,MAANA;IACAC,eAAe,MAAfA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,CAAC,MAADA;IACAC,EAAE,MAAFA;IACAC,WAAW,MAAXA;IACAC,EAAE,MAAFA;IACAC,EAAE,MAAFA;IACAC,EAAE,MAAFA;IACAC,EAAE,MAAFA;IACAC,EAAE,MAAFA;IACAC,EAAE,MAAFA;IACAC,EAAE,MAAFA;IACAC,EAAE,MAAFA;IACAC,EAAE,MAAFA;IACAC,GAAG,MAAHA;IACAC,GAAG,MAAHA;IACAC,GAAG,MAAHA;IACAC,GAAG,MAAHA;IACAC,GAAG,MAAHA;IACAC,GAAG,MAAHA;IACAC,GAAG,MAAHA;IACAC,GAAG,MAAHA;IACAC,GAAG,MAAHA;IACAC,GAAG,MAAHA;IACAC,GAAG,MAAHA;IACAC,GAAG,MAAHA;IACAC,GAAG,MAAHA;IACAC,GAAG,MAAHA;IACAC,GAAG,MAAHA;IACAC,OAAO,MAAPA;IACAC,UAAU,MAAVA;IACAC,UAAU,MAAVA;IACAC,UAAU,MAAVA;IACAC,QAAQ,MAARA;IACAC,SAAS,MAATA;IACAC,UAAU,MAAVA;IACAC,QAAQ,MAARA;IACAC,KAAK,MAALA;IACAC,gBAAgB,MAAhBA;IACAC,SAAS,MAATA;IACAC,UAAU,MAAVA;IACAC,OAAO,MAAPA;IACAC,iBAAiB,MAAjBA;IACAC,YAAY,MAAZA;IACAC,YAAY,MAAZA;IACAC,WAAW,MAAXA;IACAC,KAAK,MAALA;IACAC,iBAAiB,MAAjBA;IACAC,cAAc,MAAdA;IACAC,SAAS,MAATA;IACAC,IAAI,MAAJA;IACAC,kBAAkB,MAAlBA;IACAC,eAAe,MAAfA;IACAC,WAAW,MAAXA;IACAC,WAAW,MAAXA;IACAC,IAAI,MAAJA;IACAC,QAAQ,MAARA;IACAC,IAAI,MAAJA;IACAC,KAAK,MAALA;IACAC,KAAK,MAALA;IACAC,QAAQ,MAARA;IACAC,IAAI,MAAJA;IACAC,OAAO,MAAPA;;AAlKN,MAAMlK,SAAS;AACf,MAAMC,OAAO;AACb,MAAMC,YAAY;AAClB,MAAMC,MAAM;AACZ,MAAMC,QAAQ;AACd,MAAMC,QAAQ;AACd,MAAMC,QAAQ;AACd,MAAMC,UAAU;AAChB,MAAMC,MAAM;AACZ,MAAMC,QAAQ;AACd,MAAMC,WAAW;AACjB,MAAMC,SAAS;AACf,MAAMC,UAAU;AAChB,MAAMC,aAAa;AACnB,MAAMC,SAAS;AACf,MAAMC,aAAa;AACnB,MAAMC,QAAQ;AACd,MAAMC,SAAS;AACf,MAAMC,WAAW;AACjB,MAAMC,MAAM;AACZ,MAAMC,OAAO;AACb,MAAMC,YAAY;AAClB,MAAMC,UAAU;AAChB,MAAMC,aAAa;AACnB,MAAMC,YAAY;AAClB,MAAMC,SAAS;AACf,MAAMC,QAAQ;AACd,MAAMC,UAAU;AAChB,MAAMC,cAAc;AACpB,MAAMC,SAAS;AACf,MAAMC,SAAS;AACf,MAAMC,SAAS;AACf,MAAMC,mBAAmB;AACzB,MAAMC,SAAS;AACf,MAAMC,mBAAmB;AACzB,MAAMC,SAAS;AACf,MAAMC,SAAS;AACf,MAAMC,SAAS;AACf,MAAMC,YAAY;AAClB,MAAMC,SAAS;AACf,MAAMC,aAAa;AACnB,MAAMC,SAAS;AACf,MAAMC,cAAc;AACpB,MAAMC,SAAS;AACf,MAAMC,QAAQ;AACd,MAAMC,SAAS;AACf,MAAMC,YAAY;AAClB,MAAMC,SAAS;AACf,MAAMC,qBAAqB;AAC3B,MAAMC,SAAS;AACf,MAAMC,kBAAkB;AACxB,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,IAAI;AACV,MAAMC,KAAK;AACX,MAAMC,cAAc;AACpB,MAAMC,KAAK;AACX,MAAMC,KAAK;AACX,MAAMC,KAAK;AACX,MAAMC,KAAK;AACX,MAAMC,KAAK;AACX,MAAMC,KAAK;AACX,MAAMC,KAAK;AACX,MAAMC,KAAK;AACX,MAAMC,KAAK;AACX,MAAMC,MAAM;AACZ,MAAMC,MAAM;AACZ,MAAMC,MAAM;AACZ,MAAMC,MAAM;AACZ,MAAMC,MAAM;AACZ,MAAMC,MAAM;AACZ,MAAMC,MAAM;AACZ,MAAMC,MAAM;AACZ,MAAMC,MAAM;AACZ,MAAMC,MAAM;AACZ,MAAMC,MAAM;AACZ,MAAMC,MAAM;AACZ,MAAMC,MAAM;AACZ,MAAMC,MAAM;AACZ,MAAMC,MAAM;AACZ,MAAMC,UAAU;AAChB,MAAMC,aAAa;AACnB,MAAMC,aAAa;AACnB,MAAMC,aAAa;AACnB,MAAMC,WAAW;AACjB,MAAMC,YAAY;AAClB,MAAMC,aAAa;AACnB,MAAMC,WAAW;AACjB,MAAMC,QAAQ;AACd,MAAMC,mBAAmB;AACzB,MAAMC,YAAY;AAClB,MAAMC,aAAa;AACnB,MAAMC,UAAU;AAChB,MAAMC,oBAAoB;AAC1B,MAAMC,eAAe;AACrB,MAAMC,eAAe;AACrB,MAAMC,cAAc;AACpB,MAAMC,QAAQ;AACd,MAAMC,oBAAoB;AAC1B,MAAMC,iBAAiB;AACvB,MAAMC,YAAY;AAClB,MAAMC,OAAO;AACb,MAAMC,qBAAqB;AAC3B,MAAMC,kBAAkB;AACxB,MAAMC,cAAc;AACpB,MAAMC,cAAc;AACpB,MAAMC,OAAO;AACb,MAAMC,WAAW;AACjB,MAAMC,OAAO;AACb,MAAMC,QAAQ;AACd,MAAMC,QAAQ;AACd,MAAMC,WAAW;AACjB,MAAMC,OAAO;AACb,MAAMC,UAAU,KACvB,oCAAoC"}
|
|
1
|
+
{"version":3,"sources":["keyCodes.js"],"sourcesContent":["export const Cancel = 3;\nexport const Help = 6;\nexport const Backspace = 8;\nexport const Tab = 9;\nexport const Clear = 12;\nexport const Enter = 13;\nexport const Shift = 16;\nexport const Control = 17;\nexport const Alt = 18;\nexport const Pause = 19;\nexport const CapsLock = 20;\nexport const Escape = 27;\nexport const Convert = 28;\nexport const NonConvert = 29;\nexport const Accept = 30;\nexport const ModeChange = 31;\nexport const Space = 32;\nexport const PageUp = 33;\nexport const PageDown = 34;\nexport const End = 35;\nexport const Home = 36;\nexport const ArrowLeft = 37;\nexport const ArrowUp = 38;\nexport const ArrowRight = 39;\nexport const ArrowDown = 40;\nexport const Select = 41;\nexport const Print = 42;\nexport const Execute = 43;\nexport const PrintScreen = 44;\nexport const Insert = 45;\nexport const Delete = 46;\nexport const Digit0 = 48;\nexport const RightParenthesis = 48;\nexport const Digit1 = 49;\nexport const ExclamationPoint = 49;\nexport const Digit2 = 50;\nexport const AtSign = 50;\nexport const Digit3 = 51;\nexport const PoundSign = 51;\nexport const Digit4 = 52;\nexport const DollarSign = 52;\nexport const Digit5 = 53;\nexport const PercentSign = 53;\nexport const Digit6 = 54;\nexport const Caret = 54;\nexport const Digit7 = 55;\nexport const Ampersand = 55;\nexport const Digit8 = 56;\nexport const MultiplicationSign = 56;\nexport const Digit9 = 57;\nexport const LeftParenthesis = 57;\nexport const a = 65;\nexport const A = 65;\nexport const b = 66;\nexport const B = 66;\nexport const c = 67;\nexport const C = 67;\nexport const d = 68;\nexport const D = 68;\nexport const e = 69;\nexport const E = 69;\nexport const f = 70;\nexport const F = 70;\nexport const g = 71;\nexport const G = 71;\nexport const h = 72;\nexport const H = 72;\nexport const i = 73;\nexport const I = 73;\nexport const j = 74;\nexport const J = 74;\nexport const k = 75;\nexport const K = 75;\nexport const l = 76;\nexport const L = 76;\nexport const m = 77;\nexport const M = 77;\nexport const n = 78;\nexport const N = 78;\nexport const o = 79;\nexport const O = 79;\nexport const p = 80;\nexport const P = 80;\nexport const q = 81;\nexport const Q = 81;\nexport const r = 82;\nexport const R = 82;\nexport const s = 83;\nexport const S = 83;\nexport const t = 84;\nexport const T = 84;\nexport const u = 85;\nexport const U = 85;\nexport const v = 86;\nexport const V = 86;\nexport const w = 87;\nexport const W = 87;\nexport const x = 88;\nexport const X = 88;\nexport const y = 89;\nexport const Y = 89;\nexport const z = 90;\nexport const Z = 90;\nexport const OS = 91;\nexport const ContextMenu = 93;\nexport const F1 = 112;\nexport const F2 = 113;\nexport const F3 = 114;\nexport const F4 = 115;\nexport const F5 = 116;\nexport const F6 = 117;\nexport const F7 = 118;\nexport const F8 = 119;\nexport const F9 = 120;\nexport const F10 = 121;\nexport const F11 = 122;\nexport const F12 = 123;\nexport const F13 = 124;\nexport const F14 = 125;\nexport const F15 = 126;\nexport const F16 = 127;\nexport const F17 = 128;\nexport const F18 = 129;\nexport const F19 = 130;\nexport const F20 = 131;\nexport const F21 = 132;\nexport const F22 = 133;\nexport const F23 = 134;\nexport const F24 = 135;\nexport const NumLock = 144;\nexport const ScrollLock = 145;\nexport const VolumeMute = 181;\nexport const VolumeDown = 182;\nexport const VolumeUp = 183;\nexport const Semicolon = 186;\nexport const EqualsSign = 187;\nexport const PlusSign = 187;\nexport const Comma = 188;\nexport const LeftAngleBracket = 188;\nexport const MinusSign = 189;\nexport const Underscore = 189;\nexport const Decimal = 190;\nexport const RightAngleBracket = 190;\nexport const ForwardSlash = 191;\nexport const QuestionMark = 191;\nexport const GraveAccent = 192;\nexport const Tilde = 192;\nexport const LeftSquareBracket = 219;\nexport const LeftCurlyBrace = 219;\nexport const BackSlash = 220;\nexport const Pipe = 220;\nexport const RightSquareBracket = 221;\nexport const RightCurlyBrace = 221;\nexport const SingleQuote = 222;\nexport const DoubleQuote = 222;\nexport const Meta = 224;\nexport const AltGraph = 225;\nexport const Attn = 246;\nexport const CrSel = 247;\nexport const ExSel = 248;\nexport const EraseEof = 249;\nexport const Play = 250;\nexport const ZoomOut = 251;\n"],"names":["Cancel","Help","Backspace","Tab","Clear","Enter","Shift","Control","Alt","Pause","CapsLock","Escape","Convert","NonConvert","Accept","ModeChange","Space","PageUp","PageDown","End","Home","ArrowLeft","ArrowUp","ArrowRight","ArrowDown","Select","Print","Execute","PrintScreen","Insert","Delete","Digit0","RightParenthesis","Digit1","ExclamationPoint","Digit2","AtSign","Digit3","PoundSign","Digit4","DollarSign","Digit5","PercentSign","Digit6","Caret","Digit7","Ampersand","Digit8","MultiplicationSign","Digit9","LeftParenthesis","a","A","b","B","c","C","d","D","e","E","f","F","g","G","h","H","i","I","j","J","k","K","l","L","m","M","n","N","o","O","p","P","q","Q","r","R","s","S","t","T","u","U","v","V","w","W","x","X","y","Y","z","Z","OS","ContextMenu","F1","F2","F3","F4","F5","F6","F7","F8","F9","F10","F11","F12","F13","F14","F15","F16","F17","F18","F19","F20","F21","F22","F23","F24","NumLock","ScrollLock","VolumeMute","VolumeDown","VolumeUp","Semicolon","EqualsSign","PlusSign","Comma","LeftAngleBracket","MinusSign","Underscore","Decimal","RightAngleBracket","ForwardSlash","QuestionMark","GraveAccent","Tilde","LeftSquareBracket","LeftCurlyBrace","BackSlash","Pipe","RightSquareBracket","RightCurlyBrace","SingleQuote","DoubleQuote","Meta","AltGraph","Attn","CrSel","ExSel","EraseEof","Play","ZoomOut"],"mappings":"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"}
|