mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-01 22:58:29 +00:00
InputText: Allow CTRL+Shift+Z to redo even outside of OSX. (#8389)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user