electron/lib/browser/api/global-shortcut.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
118 B
TypeScript
Raw Normal View History

const { globalShortcut } = process._linkedBinding('electron_browser_global_shortcut');
export default globalShortcut;