mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 02:46:43 +00:00
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:
parent
61db8beea4
commit
88cb9bbc04
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue