mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 11:19:51 +02:00
add ctrl+shift+z alternate shortcut for redo
This commit is contained in:
@@ -1460,6 +1460,9 @@ void GameView::OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool
|
||||
break;
|
||||
if (ctrl && !isMouseDown)
|
||||
{
|
||||
if (shift)
|
||||
c->HistoryForward();
|
||||
else
|
||||
c->HistoryRestore();
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user