chatgpt-mac icon indicating copy to clipboard operation
chatgpt-mac copied to clipboard

globalShortcut conflict with "Find Previous"

Open daeh opened this issue 2 years ago • 5 comments

Many applications use Cmd+Shift+g for "find previous". As this app mature, it would be great to include a preference for a user-specified global shortcut.

daeh avatar Dec 04 '22 05:12 daeh

Ha yeah forgot about this one! Good catch. What shortcut would you recommend that's both easy to remember and un-used?

vincelwt avatar Dec 05 '22 13:12 vincelwt

@vincelwt I'm using CMD + ALT + G

Screenshot 2022-12-05 at 19 44 44

samasante avatar Dec 05 '22 19:12 samasante

Ideally it would allow a user-specified shortcut. I think there's probably not a common solution for people's varied environments and the applications they use.

daeh avatar Dec 09 '22 00:12 daeh

@vincelwt I'm using CMD + ALT + G

Screenshot 2022-12-05 at 19 44 44

For anyone having this issue, I'm not an expert but I spent some time looking around in the apps packages content and found it. You can modify the parameter in the image at this path,

/Applications/ChatGPT.app/Contents/Resources/app/index.js You then need to restart the app and the global shortcut will change.

withluca avatar Dec 18 '22 17:12 withluca

ok looks like this is a much-encountered thing, as witnessed by #72 (cmd-opt-p, cmd-shift-g) #47 (cmd-shift-g) #61 (cmd-shift-g)

esaruoho avatar Jan 02 '23 20:01 esaruoho