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

Shortcut Conflicts

Open zhenyulin opened this issue 1 year ago • 6 comments

Would it be possible to have the option to customise the hotkey? Currently the shortcut can conflict with search -> go to previous result

zhenyulin avatar Sep 10 '23 14:09 zhenyulin

+1

ansh-les avatar Sep 20 '23 09:09 ansh-les

+1

xumengg avatar Oct 26 '23 03:10 xumengg

Also conflicts with "slice, send to printer and start print" in Prusa Slicer 🤪

hoeni avatar Nov 12 '23 09:11 hoeni

Conflict in illustrator too

lesliehua avatar Nov 16 '23 15:11 lesliehua

+1

sholom00 avatar Dec 06 '23 02:12 sholom00

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