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