mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Add some macOS emacs keybindings (#1243)
Move cursor left: ^B
Move cursor right: ^F
Beginning of line: ^A
End of line: ^E
Line up: ^P
Line down: ^N
This commit is contained in:
committed by
GitHub
parent
e746e3a58b
commit
8e62b382fd
@@ -8,6 +8,7 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui_w
|
||||
## Unreleased
|
||||
|
||||
### Added ⭐
|
||||
* Support a subset of macOS' emacs input field keybindings in `TextEdit` ([#1243](https://github.com/emilk/egui/pull/1243).
|
||||
* Much improved font selection ([#1154](https://github.com/emilk/egui/pull/1154)):
|
||||
* You can now select any font size and family using `RichText::size` amd `RichText::family` and the new `FontId`.
|
||||
* Easily change text styles with `Style::text_styles`.
|
||||
|
||||
Reference in New Issue
Block a user