-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
macos: fn key modifier doesn't work anymore #22674
Labels
bug
[core label]
keymap / key binding
Feedback for keyboard shortcuts, key mapping, etc
macOS
Platform-specific feedback for macOS behaviors, features, design, etc
regression
A bug that was introduced in a recent release
reproducible
Verified steps to reproduce included
Comments
korikhin
added
admin read
Pending admin review
bug
[core label]
triage
Maintainer needs to classify the issue
labels
Jan 5, 2025
notpeter
added
regression
A bug that was introduced in a recent release
macOS
Platform-specific feedback for macOS behaviors, features, design, etc
keymap / key binding
Feedback for keyboard shortcuts, key mapping, etc
reproducible
Verified steps to reproduce included
and removed
triage
Maintainer needs to classify the issue
admin read
Pending admin review
labels
Jan 6, 2025
I can reproduce. Thanks for reporting. |
notpeter
changed the title
Fullscreen toggle key binding doesn't work anymore
macos: fn key modifier doesn't work anymore
Jan 6, 2025
We should probably also add this to the default macOS keybinds:
|
ConradIrwin
added a commit
that referenced
this issue
Jan 13, 2025
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 15, 2025
Fixes #22674 Release Notes: - Fixed a bug binding to `fn-X` (where X is a printing key) on macOS
This would be great. |
notpeter
added a commit
that referenced
this issue
Jan 15, 2025
- See: #22674 (comment) Release Notes: - macos: Added `fn-f` keyboard shortcut for fullscreen toggle.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
[core label]
keymap / key binding
Feedback for keyboard shortcuts, key mapping, etc
macOS
Platform-specific feedback for macOS behaviors, features, design, etc
regression
A bug that was introduced in a recent release
reproducible
Verified steps to reproduce included
Check for existing issues
Describe the bug / provide steps to reproduce it
At some point
🌐F
stopped working regardless of the option below.I've tried to rebind it from
"ctrl-cmd-f": "zed::ToggleFullScreen"
to
"fn-f": "zed::ToggleFullScreen"
and it didn't help, BUT this works
"fn f": "zed::ToggleFullScreen"
So... basically pressing
F
doesn't affect anything while theFn
key is pressed.Zed Version and System Specs
Zed: v0.167.1 (Zed)
OS: macOS 14.6.1
Memory: 16 GiB
Architecture: aarch64
If applicable, add screenshots or screencasts of the incorrect state / behavior
No response
If applicable, attach your Zed.log file to this issue.
No response
The text was updated successfully, but these errors were encountered: