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