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

Sequences of two modifiers keybindings trigger the specified action on macOS #24241

Closed
TTkindboy opened this issue Feb 4, 2025 · 0 comments
Closed

Comments

@TTkindboy
Copy link

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

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