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

Cannot bind cmd+shift+f #1219

Open
rcorre opened this issue Mar 15, 2022 · 1 comment
Open

Cannot bind cmd+shift+f #1219

rcorre opened this issue Mar 15, 2022 · 1 comment

Comments

@rcorre
Copy link

rcorre commented Mar 15, 2022

Describe the bug
I can't bind cmd+shift+f, as Amethyst tells me it is already in use. I see it is a default binding for spotlight, but after unchecking that in the Mac keyboard preferences and rebinding it to some made-up convoluted keyboard combo, I still can't bind cmd+shift+f in Amethyst.

Applications:
Amethyst.

To Reproduce
Steps to reproduce the behavior:

  1. Install Amethyst
  2. Bind cmd+shift+f to "throw focused window to space 4"
  3. See an error that the key combination cannot be used.

Expected behavior
I can bind cmd+shift+f after I've unbound it in Mac keyboard preferences.

Screenshots
If applicable, add screenshots to help explain your problem.
Screen Shot 2022-03-15 at 4 39 25 PM

Screen Shot 2022-03-15 at 4 52 10 PM

Versions:

  • macOS: Darwin 21.3.0
  • Amethyst: 0.15.6

Debug Info

Version: 0.15.6 (93)

OS version: Version 12.2.1 (Build 21D62)

Screens:
	(0.0, 0.0, 1440.0, 900.0) [(0.0, 0.0, 1440.0, 900.0)]

Configuration:
restore-layouts-on-launch: 1
follow-space-thrown-windows: 1
window-resize-step: 5
screen-padding-top: 0
debug-layout-info: 0
float-small-windows: 1
window-margins: 0
ignore-menu-bar: 0
window-minimum-width: 0
layouts: (
    tall,
    wide,
    fullscreen,
    column
)
mouse-follows-focus: 0
focus-follows-mouse: 0
mod1: (
    option,
    shift
)
screen-padding-left: 0
mod2: (
    option,
    shift,
    control
)
enables-layout-hud-on-space-change: 1
new-windows-to-main: 0
enables-layout-hud: 1
screen-padding-bottom: 0
screen-padding-right: 0
floating-is-blacklist: 1
window-margin-size: 0
floating: (
)
window-minimum-height: 0
use-canary-build: 0

Additional context
Add any other context about the problem here.

@gplusplus314
Copy link
Contributor

I just ran into this issue and had the exact same reproduction steps. In my case, it was with the Control modifier, but I figured out the root cause that may or may not work for other people landing here from a search engine.

Basically, the error is a bit of a misnomer. I already had the same key combination mapped to something else in my Amethyst config. As soon as I cleared it, everything worked as expected.

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

2 participants