Hello,
I was wandering if there is a way to set custom keyboard shortcuts, to launch some Tools that we may use frequently.
Also, if the mouse could be adapted a bit. For example, if we can choose with which button we do the rotation (left, middle or right), and which button triggers translation...
Thank you
keyboard shortcut customisation and mouse buttons setting
Re: keyboard shortcut customisation and mouse buttons setting
Sorry, to precise a bit my question : when I talk about rotation and translation, I mean rotation and translation of the camera, not the models.
Re: keyboard shortcut customisation and mouse buttons setting
1) Nope, it's not possible to define custom shortcuts (and it wouldn't be very easy to implement, so I don't think it will be possible in a near future)
2) It's maybe a little bit easier, however there's not a big emergency for this feature so I'll simply add it to the TODO list (which is already huge: see https://github.com/CloudCompare/CloudCo ... C/TODO.txt)
2) It's maybe a little bit easier, however there's not a big emergency for this feature so I'll simply add it to the TODO list (which is already huge: see https://github.com/CloudCompare/CloudCo ... C/TODO.txt)
Daniel, CloudCompare admin
Re: keyboard shortcut customisation and mouse buttons setting
I understand custom shortcuts won't happen
the menu item I'd like has a tool tip but I can't find the icon
all my toolbars are on
qCC/ui_templates/mainWindow.ui
<action name="actionExportCloudInfo">
<property name="text">
<string>Export cloud info</string>
</property>
<property name="toolTip">
<string>Export cloud info to a CSV file (name, size, barycenter, scalar fields info, etc.)</string>
</property>
</action>
Or, is it a simple change to edit some config files to add a shortcut and rebuild the windows source for myself
I dabble in python a little
Regards
the menu item I'd like has a tool tip but I can't find the icon
all my toolbars are on
qCC/ui_templates/mainWindow.ui
<action name="actionExportCloudInfo">
<property name="text">
<string>Export cloud info</string>
</property>
<property name="toolTip">
<string>Export cloud info to a CSV file (name, size, barycenter, scalar fields info, etc.)</string>
</property>
</action>
Or, is it a simple change to edit some config files to add a shortcut and rebuild the windows source for myself
I dabble in python a little
Regards
Re: keyboard shortcut customisation and mouse buttons setting
You can indeed use Qt Designer, select the action and assign a shortcut to it (hopefully one that has not been used so far).
And then recompile CC. Or make a PR so that it's integrated in the code base and included in the next release.
And then recompile CC. Or make a PR so that it's integrated in the code base and included in the next release.
Daniel, CloudCompare admin