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

BUG: Autocomplete shortcut (Cmd + Space) conflicts with MacOs Spotlight shortcut #2029

Open
reflek-vasiliy opened this issue Mar 19, 2024 · 5 comments · May be fixed by #2143
Open

BUG: Autocomplete shortcut (Cmd + Space) conflicts with MacOs Spotlight shortcut #2029

reflek-vasiliy opened this issue Mar 19, 2024 · 5 comments · May be fixed by #2143
Assignees
Labels
accepted 👍 bug Something isn't working

Comments

@reflek-vasiliy
Copy link

Describe the bug
Autocomplete shortcut (Cmd + Space) conflicts with default MacOs Spotlight shortcut

To Reproduce

  1. Open editor
  2. Start typing query
  3. Press Cmd + Space
    -> Spotlight search window appears

Expected behavior
Autocomplete pop-up should appear

Version Information (please complete the following information):

  • MacOs 14.3.1
  • Beekeeper Studio 4.1.13
  • Database type and version: n/a
@rathboma
Copy link
Collaborator

Oh, yeah that should be ctrl-space, even on mac. Will fix!

@rathboma rathboma added bug Something isn't working accepted 👍 labels Mar 29, 2024
@reflek-vasiliy
Copy link
Author

Can it be made configurable somehow? Ctrl+space is the default shortcut for changing input language...

@ckdanny
Copy link

ckdanny commented Apr 5, 2024

For me, the the Ctrl+space is reserved for Things3 to use, would be great if it can be configurable.

@rathboma
Copy link
Collaborator

rathboma commented Apr 5, 2024

Configurable shortcuts coming soon with #1929

@wmontgomery wmontgomery linked a pull request Apr 21, 2024 that will close this issue
@wmontgomery
Copy link
Contributor

It's generally not good practice to override the cmd+space for spotlight in an application, but it can be documented to use ctrl+space to do autocomplete. For now, I'll add the shortcut to the list of shortcuts so we have it noted and update the documentation for the site itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted 👍 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants