Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd + shift + G is used, which is very useful in finder. #47

Open
cornradio opened this issue Dec 9, 2022 · 14 comments
Open

cmd + shift + G is used, which is very useful in finder. #47

cornradio opened this issue Dec 9, 2022 · 14 comments

Comments

@cornradio
Copy link

No description provided.

@nilbus
Copy link

nilbus commented Dec 13, 2022

Cmd+shift+g is also useful with text searching where cmd+g finds the next match (for search with cmd+f), and cmd+shift+g finds the previous match. This should either be changed or configurable.

@vincelwt
Copy link
Owner

Yes I agree, which shortcut do you guys think would be best? while still easy to remember

@cornradio
Copy link
Author

cmd + option + G
how about this one?

@nilbus
Copy link

nilbus commented Dec 22, 2022 via email

@felippenardi
Copy link

I stoped using this app because cmd+shift+g is used by Finder, Photoshop, Figma and all other graphic editing softwares to group and ungroup elements.

@trenkwill
Copy link

I stopped using the app because the shortcut is too important in Figma.

@esaruoho
Copy link

esaruoho commented Jan 2, 2023

just wrote a ticket about cmd-shift-g AND cmd-option-p being taken over. glad to see others also find the "Go To..." in Finder to be important to maintain access of..
#72

@macnason
Copy link

I stopped using the app because it conflicted with Figma. It would be helpful if the keyboard shortcut could be turned off so that it can be remapped through programs like Raycast or Keyboard Maestro.

@brutesque
Copy link

I would propose a variant on Cmd + Space for spotlight. Perhaps Shift + Command + Space

@nilbus
Copy link

nilbus commented Jan 19, 2023

Other apps also set ctrl shift space, so it would need to be configurable if you want to consider that.

@johan456789
Copy link

Second it making it configurable.

@techspertproductdesign
Copy link

Also agree it's a great app but it conflicts with a pretty frequent shortcut for ungrouping in Sketch. Making it configurable has to be the solution to solve the problem.

@eekwong
Copy link

eekwong commented Feb 10, 2023

For now, we have to delete/comment out the GlobalShortcut registration at /Applications/ChatGPT.app/Contents/Resources/app/index.js

      if (window.isVisible()) {
        mb.hideWindow();
      } else {
        mb.showWindow();
        if (process.platform == "darwin") {
          mb.app.show();
        }
        mb.app.focus();
      }
    });

@MaximAbdulatif
Copy link

Ooh thank you a million @eekwong that was driving me crazy ! I will start to use the app agin :)
Cheers from Holland

Open this file ( by copying the path below and using the useful in Finder ⌘ + Shift+ G 😅 )

/Applications/ChatGPT.app/Contents/Resources/app/index.js

Line 99 changed G to Z and works like a charm :

globalShortcut.register("CommandOrControl+Shift+z", () => {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests