State:Closed|icon_bug|icon_nuke|database:public|Resolution:Fixed|TargetRelease:11.0v3|BugID:308316|
Problem summary
When a user assigns a hotkey to a CTRL/CMD function, they may have a chance of replacing any selected node.
This appears to be a new issue with Nuke 11 for Mac systems.
As an example: If a hotkey to create a 'Text' node with 'CTRL+T' is initiated, If the user selects another node (Expecting the text node to be linked underneath), it will replace the selected node.
Customer reported version
nuke.11.0v2
Customer reported platform
10.11
Steps to reproduce
1) Open Nuke and navigate to a 'Script Editor' window
2) Place and execute the following code:
menubar=nuke.menu("Nuke")
m=menubar.addMenu("Custom")
m.addCommand('Old Text', "nuke.createNode('Text','font %s box {50 147 2098 1005}' % 'Regular.ttf')", 'ctrl+t')
Please note that using 'Shift' will make additions horizontally, so if you would like vertical additions use 'Alt'.
We're sorry to hear that
Please tell us why