Skip to content

Commit

Permalink
Add fn-f keyboard shortcut for Fullscreen (mac-only) (#23184)
Browse files Browse the repository at this point in the history
- See:
#22674 (comment)

Release Notes:

- macos: Added `fn-f` keyboard shortcut for fullscreen toggle.
  • Loading branch information
notpeter authored Jan 15, 2025
1 parent 61db8be commit 88cb9bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/keymaps/default-macos.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down

0 comments on commit 88cb9bb

Please sign in to comment.