- Feb 13, 2019
- 2,690
- 18,134
Daz uses Ctrl+D in Hexagon to duplicate.Well, I know I am!
I'm really curious about why the differences now. I don't tend to change my key bindings from the default settings. I wonder if it has anything to do with, perhaps, upgrading from older versions and it preserved older key settings, versus a new installation which sets new settings? <shrug>
I would much prefer that my CTRL+D moves to floor, I think I would use that more than duplicating.
I think the key bindings are stored in Users/username/AppData/Roaming/DAZ 3D/Studio4/actions.dsx
My version is 1.3.0.0 and on line 330 I have the following code
Code:
<Action Accel="Ctrl+D" Class="DzMoveToFloorAction" ShowTextWithIcon="false"/>
Code:
<Action Class="DzDuplicateNodeAction" ShowTextWithIcon="false"/>
<Action Class="DzDuplicateNodeHierarchyAction" ShowTextWithIcon="false"/>