-
-
Notifications
You must be signed in to change notification settings - Fork 844
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
FullScreen key assignment does nothing #177
Comments
I'd much appreciate this ability to return. |
Hooks up toggling fullscreen mode on macos, with plumbing for other systems. I prefer not to use the "modern fullscreen" mode because I find the transition animations in macOS are horrendously slow. I'll make an option to allow selecting whether that is used or not in a follow-on diff. refs: #177
Defaults to false. If set to true, the ToggleFullScreen action prefers native macOS fullscreen mode. refs: #177
The current status is that this is now working everywhere except Windows |
should I create another issue called "FullScreen key assignment does nothing on windows"? |
38e6a1b made it work again on Windows, which is why this issue was closed. |
@wez Is there a way I can start the terminal in full screen mode by default? |
@dufferzafar: not yet, see #284 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This was a casualty of migrating away from the
winit
crate, and because I rarely use that functionality except on Linux where the window manager often has an equivalent function, I haven't gotten around to adding it back yet.#172
The text was updated successfully, but these errors were encountered: