Matthew Kwong

Results 1 comments of Matthew Kwong

For now, we have to delete/comment out the GlobalShortcut registration at `/Applications/ChatGPT.app/Contents/Resources/app/index.js` ``` globalShortcut.register("CommandOrControl+Shift+g", () => { if (window.isVisible()) { mb.hideWindow(); } else { mb.showWindow(); if (process.platform == "darwin") {...