@zohodesk/utils
Version:
DOT Utils Collection
18 lines • 330 B
JavaScript
export default {
tab: 9,
enter: 13,
space: 32,
rightArrow: 39,
leftArrow: 37,
topArrow: 38,
bottomArrow: 40
};
export const accessKeyNames = {
'tab': 'tab',
'enter': 'enter',
'space': 'space',
'arrowleft': 'arrowleft',
'arrowtop': 'arrowtop',
'arrowright': 'arrowright',
'arrowbottom': 'arrowbottom'
};