nuke: adding back Create shortcut

it was removed accidentally
This commit is contained in:
Jakub Jezek 2023-02-15 12:22:13 +01:00
parent 3e6a120eaa
commit 222b39f024
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
2 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,7 @@
{
"general": {
"menu": {
"create": "ctrl+alt+c",
"publish": "ctrl+alt+p",
"load": "ctrl+alt+l",
"manage": "ctrl+alt+m",
@ -532,4 +533,4 @@
"profiles": []
},
"filters": {}
}
}

View file

@ -17,6 +17,11 @@
"key": "menu",
"label": "OpenPype Menu shortcuts",
"children": [
{
"type": "text",
"key": "create",
"label": "Create..."
},
{
"type": "text",
"key": "publish",
@ -288,4 +293,4 @@
"name": "schema_publish_gui_filter"
}
]
}
}