UNPKG

hyper-mdapp

Version:
18 lines (17 loc) 664 B
module.exports.LEAD_KEY = process.platform === 'darwin' ? 'Cmd' : 'Shift+Ctrl'; module.exports.EDIT = 'Edit'; module.exports.PLUGINS = 'Plugins'; module.exports.ENTER = 'Enter'; module.exports.ESCAPE = 'Escape'; module.exports.TAB = 'Tab'; module.exports.DIRECTION_NEXT = 1; module.exports.DIRECTION_PREV = -1; module.exports.STYLE_CLASSES = { wrapper: 'hyper-search-wrapper', input: 'hyper-search-input', previousButton: 'hyper-search-previous-button', nextButton: 'hyper-search-next-button', caseButton: 'hyper-search-case-button', caseButtonUnfocused: 'hyper-search-case-button-unfocused', caseButtonFocused: 'hyper-search-case-button-focused' };