// import { globalShortcut } from 'electron'
export default (mainWindow) => {
// globalShortcut.register('Alt+O', () => {})
}