mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
d27e49f0a6
commit
0743bbcb78
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
export const keyMap = {
|
||||
export const keyMap: { [key: number]: string } = {
|
||||
8: 'backspace',
|
||||
9: 'tab',
|
||||
13: 'enter',
|
||||
|
@ -117,5 +117,5 @@ export const keyMap = {
|
|||
220: 'backSlash',
|
||||
221: 'closeBracket',
|
||||
222: 'singleQuote',
|
||||
224: 'meta'
|
||||
224: 'meta',
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue