InputText: Allow CTRL+Shift+Z to redo even outside of OSX. (#8389)

This commit is contained in:
fdsa
2025-02-11 13:12:55 -08:00
committed by ocornut
parent 3b2f2602b4
commit 6916f935eb
4 changed files with 9 additions and 7 deletions

View File

@@ -142,7 +142,8 @@ CODE
- CTRL+Shift+Left/Right: Select words.
- CTRL+A or Double-Click: Select All.
- CTRL+X, CTRL+C, CTRL+V: Use OS clipboard.
- CTRL+Z, CTRL+Y: Undo, Redo.
- CTRL+Z Undo.
- CTRL+Y or CTRL+Shift+Z: Redo.
- ESCAPE: Revert text to its original value.
- On OSX, controls are automatically adjusted to match standard OSX text editing 2ts and behaviors.