mirror of
https://github.com/emilk/egui.git
synced 2026-07-19 13:08:54 +00:00
ad510257de
This adds `Ctrl-Q` as the default shortcut for closing the current egui `Viewport`, which also means closing the entire application if you are in the root viewport. Can be configured by `egui::Options::quit_shortcuts` On Mac, `cmd-Q` already triggers a quit, but not on all Linux:es.