mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
Added hotkeys for undo and redo seek (#1514)
This commit is contained in:
parent
c95d6bd174
commit
f154ec0a70
@ -158,6 +158,10 @@ void MainWindow::initUI()
|
|||||||
connect(core->getAsyncTaskManager(), &AsyncTaskManager::tasksChanged, this,
|
connect(core->getAsyncTaskManager(), &AsyncTaskManager::tasksChanged, this,
|
||||||
&MainWindow::updateTasksIndicator);
|
&MainWindow::updateTasksIndicator);
|
||||||
|
|
||||||
|
//Undo and redo seek
|
||||||
|
ui->actionBackward->setShortcut(QKeySequence::Back);
|
||||||
|
ui->actionForward->setShortcut(QKeySequence::Forward);
|
||||||
|
|
||||||
/* Setup plugins interfaces */
|
/* Setup plugins interfaces */
|
||||||
for (auto plugin : Plugins()->getPlugins()) {
|
for (auto plugin : Plugins()->getPlugins()) {
|
||||||
plugin->setupInterface(this);
|
plugin->setupInterface(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user