added shortcut ctrl+i for the ImportView

This commit is contained in:
Jannik 2019-06-10 12:25:06 +02:00
parent 07f2682a2d
commit 36c4805061
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ class MainView : View("TextureSync") {
mvc.updateTags()
}
//keyboard actions
shortcut("Ctrl+I") {
mvc.btnImportAction()
}
}
}