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

Change hotkey?

Open JulyIghor opened this issue 1 year ago • 5 comments

How can I disable global hotkeys for the app? It conflicts with Sublime Text hotkey CMD+Shift+G

JulyIghor avatar Apr 17 '23 20:04 JulyIghor

🙏 Please we need this shortcut in Finder it is for Go to folder and in any text based app on Mac it is for Find previous !!!

MaximAbdulatif avatar May 18 '23 10:05 MaximAbdulatif

The keyboard shortcut CMD+Shift+G is very unfortunate. We use this combination in Adobe Illustrator hundreds of times a day. If you could turn off the keyboard shortcut when needed, that would help a lot.

Lookup78 avatar Jun 15 '23 10:06 Lookup78

Bump -> I have the same problem with Finder "Go to folder" shortcut.

qyzdo avatar Jun 26 '23 10:06 qyzdo

See #47.

Twilight-9 avatar Jun 27 '23 11:06 Twilight-9

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 ;)

Edoardodrd avatar Dec 16 '23 15:12 Edoardodrd