Constant egui::gui_zoom::kb_shortcuts::ZOOM_IN_SECONDARY
source · pub const ZOOM_IN_SECONDARY: KeyboardShortcut;Expand description
Secondary keyboard shortcut for zooming in (Cmd + =).
On an English keyboard + is Shift + =,
but it is annoying to have to press shift.
So most browsers also allow Cmd + = for zooming in.
We do the same.