chatgpt-mac
chatgpt-mac copied to clipboard
Shortcut Conflicts
Would it be possible to have the option to customise the hotkey? Currently the shortcut can conflict with search -> go to previous result
+1
+1
Also conflicts with "slice, send to printer and start print" in Prusa Slicer 🤪
Conflict in illustrator too
+1
Resolved
-
Just head to the app in the application folder
-
Right click -> show package contents
-
Then go to Contents -> Resources -> app
-
Open "index.js" with textedit app
-
Search for this line:
globalShortcut.register("ControlorComand+shift+g", () => {
-
Change the line with everything you want, here is mine for example
globalShortcut.register("Space+Option", () => {
No more conflicts ;)