mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 03:28:11 +08:00
Desktop: Add fullscreen window mode (#3625)
This commit is contained in:
@@ -117,8 +117,9 @@ impl MessageHandler<PortfolioMessage, PortfolioMessageContext<'_>> for Portfolio
|
||||
});
|
||||
|
||||
// Send shortcuts for widgets created in the frontend which need shortcut tooltips
|
||||
responses.add(FrontendMessage::SendShortcutF11 {
|
||||
responses.add(FrontendMessage::SendShortcutFullscreen {
|
||||
shortcut: action_shortcut_manual!(Key::F11),
|
||||
shortcut_mac: action_shortcut_manual!(Key::Control, Key::Command, Key::KeyF),
|
||||
});
|
||||
responses.add(FrontendMessage::SendShortcutAltClick {
|
||||
shortcut: action_shortcut_manual!(Key::Alt, Key::MouseLeft),
|
||||
|
||||
Reference in New Issue
Block a user