Add fn-f keyboard shortcut for Fullscreen (mac-only) (#23184)

- See:
https://github.com/zed-industries/zed/issues/22674#issuecomment-2593133447

Release Notes:

- macos: Added `fn-f` keyboard shortcut for fullscreen toggle.
This commit is contained in:
Peter Tripp 2025-01-15 12:40:56 -05:00 committed by GitHub
parent 61db8beea4
commit 88cb9bbc04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,7 @@
"cmd-h": "zed::Hide",
"alt-cmd-h": "zed::HideOthers",
"cmd-m": "zed::Minimize",
"fn-f": "zed::ToggleFullScreen",
"ctrl-cmd-f": "zed::ToggleFullScreen"
}
},