We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sequences of two modifier keys(e.g. ctrl-alt) do not trigger the specified action on macOS
Steps to trigger the problem: 1 Add the following json into ~/.config/zed/keymap.json [ { "context": "Editor", "bindings": { "ctrl-alt" : "editor::ToggleInlayHints" } } ] 2. Press option + ctrl
[ { "context": "Editor", "bindings": { "ctrl-alt" : "editor::ToggleInlayHints" } } ]
Actual Behavior: The keybinding does not trigger the specified action
Expected Behavior: The keybinding triggers the specified action
Zed: v0.171.6 (Zed) OS: macOS 15.2.0 Memory: 64 GiB Architecture: aarch64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Sequences of two modifier keys(e.g. ctrl-alt) do not trigger the specified action on macOS
Steps to trigger the problem:
1 Add the following json into ~/.config/zed/keymap.json
[ { "context": "Editor", "bindings": { "ctrl-alt" : "editor::ToggleInlayHints" } } ]
2. Press option + ctrl
Actual Behavior:
The keybinding does not trigger the specified action
Expected Behavior:
The keybinding triggers the specified action
Zed Version and System Specs
Zed: v0.171.6 (Zed)
OS: macOS 15.2.0
Memory: 64 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: