How to add shortcut in CAD Builder?

I'm a user of CAD Builder 1.2.0, and I have found only one shortcut in the Preferences Module Shortcuts page. I want to know how to add shortcuts in CAD Builder?

Mikhail MPV's picture

Unfortunately there is no possibility to add a custom shortcut through the application user interface. However it is possible to modify preference files as you want. For that you need the modify .xml files in "plugins" folder located in the installation directory.

For an example, I've defined a shortcut for Sketch Point feature by adding the following line in plugin-Sketch.xml file:

      <!-- SketchPoint -->
      <feature id="SketchPoint" title="Point" tooltip="Create point" icon="icons/Sketch/point.png"
                keysequence="Ctrl+P"
                helpfile="pointFeature.html">