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

Unable to assign any "select next window" with a combination "hold" button shortcut that conflicts with another shortcut that shares an individual "hold" button #3288

Open
phazei opened this issue Apr 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@phazei
Copy link

phazei commented Apr 10, 2024

Describe the bug
The conflict checker checks to see if any individual "Hold" key exists somewhere else even if it's used in combination. If an individual key from combo "Hold" key is used individually in another shortcut, it fails.

Examples:
Suppose I use (⌥) + in shortcut one.
Then any other shortcut that uses (⌥+⌘)+ doesn't work

It happens with any individual "Hold" key.
For ex:
⇧ + J
Then I try
⇧⌥ + J, it gives a conflict error.

There is a work around currently:
unassign ⇧ + J
assign ⇧⌥ + J, no conflict
reassign ⇧ + J, no conflict

Then both of them work perfectly as expected.

Your environment

  • AltTab version: 6.68
  • macOS version: 14.3
  • Other relevant info: e.g. using external keyboard, multiple monitors, etc
@phazei phazei added the bug Something isn't working label Apr 10, 2024
@phazei phazei changed the title Unable to assign any "select next window" shortcut that conflicts with another shortcut that shares a "hold" button Unable to assign any "select next window" with a combination "hold" button shortcut that conflicts with another shortcut that shares an individual "hold" button Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant