Merge pull request #4734 from wavexx/fix_new_instance_shortcut

Use Ctrl+Shift+I to open a new instance instead of Ctrl+I
This commit is contained in:
Vojtěch Bubník 2020-12-07 11:28:03 +01:00 committed by GitHub
commit d4c949dab6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -132,6 +132,7 @@ void KBShortcutsDialog::fill_shortcuts()
{ ctrl + "5", L("Switch to 3D") },
{ ctrl + "6", L("Switch to Preview") },
{ ctrl + "J", L("Print host upload queue") },
{ ctrl + "Shift+" + "I", L("Open new instance") },
// View
{ "0-6", L("Camera view") },
{ "E", L("Show/Hide object/instance labels") },