add ctrl+shift+z alternate shortcut for redo
This commit is contained in:
parent
8f4e3a56bd
commit
787939db3d
@ -1460,6 +1460,9 @@ void GameView::OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool
|
|||||||
break;
|
break;
|
||||||
if (ctrl && !isMouseDown)
|
if (ctrl && !isMouseDown)
|
||||||
{
|
{
|
||||||
|
if (shift)
|
||||||
|
c->HistoryForward();
|
||||||
|
else
|
||||||
c->HistoryRestore();
|
c->HistoryRestore();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user