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

How to change the binding for Option+e ? #1605

Open
zygm0nt opened this issue Feb 19, 2024 · 1 comment
Open

How to change the binding for Option+e ? #1605

zygm0nt opened this issue Feb 19, 2024 · 1 comment

Comments

@zygm0nt
Copy link

zygm0nt commented Feb 19, 2024

Is your feature request related to a problem? Please describe.

I'm using Amethyst on Mac and there's one keyboard shortcut for Option+e that I'd like to remove, as it is a standard shortcut for my locale language writing.

I've tried setting this in ~/.amethyst in the following way:

{
  "focus-screen-2": {
        "mod": "mod1",
        "key": "0"
    },
"throw-screen-2": {
        "mod": "mod2",
        "key": "9"
    }
}

I've taken those from the sources:

The changes were reflected in Amethyst UI, but it did not free the use of option+e.

Then I removed the file ~/.amethyst and changed that in Amethyst UI - in Preferences. That change also brought nothing.

So the question is - how should I correctly reclaim this shortcut from Amethyst and give control to the OS?

@shaleh
Copy link

shaleh commented Feb 27, 2024

The keybindings get recorded in the plist system. Checkout .amethyst.sample.yml in the top level of the tree for pointers. If I delete the config, then edit defaults, then launch Amethyst it appears to behave as you expect.

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