Add zed::ToggleFullScreen
bound to ctrl-cmd-f
This commit is contained in:
parent
61684e693f
commit
b94366ab90
6 changed files with 31 additions and 0 deletions
|
@ -123,6 +123,7 @@ pub trait Window: WindowContext {
|
|||
fn show_character_palette(&self);
|
||||
fn minimize(&self);
|
||||
fn zoom(&self);
|
||||
fn toggle_full_screen(&self);
|
||||
}
|
||||
|
||||
pub trait WindowContext {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue