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

Shortcut Conflicts #133

Open
zhenyulin opened this issue Sep 10, 2023 · 6 comments
Open

Shortcut Conflicts #133

zhenyulin opened this issue Sep 10, 2023 · 6 comments

Comments

@zhenyulin
Copy link

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

@ansh-les
Copy link

+1

1 similar comment
@xumengg
Copy link

xumengg commented Oct 26, 2023

+1

@hoeni
Copy link

hoeni commented Nov 12, 2023

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

@lesliehua
Copy link

Conflict in illustrator too

@sholom00
Copy link

sholom00 commented Dec 6, 2023

+1

@Edoardodrd
Copy link

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

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

7 participants