NVidia Geforce GTX 1070 catches this shortcut (Ctrl + Alt + M) by default and uses it for toggling microphone on/off during game playing (which I don't do). Here's how I fixed the problem; 1. Open GeForce Experience settings. 2. Open in-game ov...
toggleUploadShortcutKey(shortcutKey: string) { console.log(`toggle upload shortcut key: ${shortcutKey}`); const isOpened = this.configuration.openUploadShortcutKey; if (isOpened) { globalShortcut.unregister(shortcutKey); this.configuration.openUploadShortcutKey = false; this.configuration.upload...
NVidia Geforce GTX 1070 catches this shortcut (Ctrl + Alt + M) by default and uses it for toggling microphone on/off during game playing (which I don't do). Here's how I fixed the problem; 1. Open GeForce Experience settings. 2. Open in-game overlay settings. ...
NVidia Geforce GTX 1070 catches this shortcut (Ctrl + Alt + M) by default and uses it for toggling microphone on/off during game playing (which I don't do). Here's how I fixed the problem; 1. Open GeForce Experience settings. 2. Open in-game overlay settings...