Hi everyone,
I recently started working with enhanced input and would like to implement “undo” and “redo” logic, where:
- Undo: CTRL+Z
- Redo: CTRL+SHIFT+Z
With the previous and now deprecated inputs it was very intuitive to manage this situation, but for the new inputs I tried to manage them in this way without success:
However, when I press ctrl+shift+z the “undo” action is triggered and not the “redo” one. It seems that the problem is the ctrl+z combination which is present in both actions. Am I missing something or is it not possible to do this?