diff --git a/src/ui/tileseteditor.cpp b/src/ui/tileseteditor.cpp index 82321b7d..2dacf1dc 100644 --- a/src/ui/tileseteditor.cpp +++ b/src/ui/tileseteditor.cpp @@ -17,6 +17,7 @@ TilesetEditor::TilesetEditor(Project *project, QString primaryTilesetLabel, QStr ui(new Ui::TilesetEditor) { this->init(project, primaryTilesetLabel, secondaryTilesetLabel); + new QShortcut(QKeySequence("Ctrl+Shift+Z"), this, SLOT(on_actionRedo_triggered())); } TilesetEditor::~TilesetEditor()