egui/crates/egui_demo_lib/src/easy_mark
Emil Ernerfeldt 02b9d2d082
Keyboard shortcut helpers (#2202)
* eframe web: Add WebInfo::user_agent

* Deprecate `Modifier::ALT_SHIFT`

* Add code for formatting Modifiers and Key

* Add type KeyboardShortcut

* Code cleanup

* Add Context::os/set_os to query/set what OS egui believes it is on

* Add Fonts::has_glyph(s)

* Add helper function for formatting keyboard shortcuts

* Faster code

* Add way to set a shortcut text on menu buttons

* Cleanup

* format_keyboard_shortcut -> format_shortcut

* Add TODO about supporting more keyboard sumbols

* Modifiers::plus

* Use the new keyboard shortcuts in emark editor demo

* Explain why ALT+SHIFT is a bad modifier combo

* Fix doctest
2022-10-31 12:58:26 +01:00
..
easy_mark_editor.rs Keyboard shortcut helpers (#2202) 2022-10-31 12:58:26 +01:00
easy_mark_highlighter.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
easy_mark_parser.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
easy_mark_viewer.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
mod.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00