mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-30 18:24:27 +01:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
// import { globalShortcut } from 'electron'
|
|
|
|
export default (mainWindow) => {
|
|
// globalShortcut.register('Alt+O', () => {})
|
|
}
|