Skip to main content
1-Visitor
November 15, 2010
Question

awkward deletes

  • November 15, 2010
  • 1 reply
  • 3019 views

Multiple, successive deletes are awkward with both the mouse and the delete key on the right side of the keyboard (sometimes not practical to select multiple times for one delete) - is it possible to designate a delete key on the left side of the keyboard?

    1 reply

    12-Amethyst
    November 15, 2010

    Creating shortcut keys is not possible that I'm aware of.

    Depending on your need however, you could use a macro to simplify. Basically, run a loop until the user right-clicks. Each time the user uses the left-click, the selected object is deleted.

    1-Visitor
    November 15, 2010

    after looking at both your suggestions it appears that i must create macros using something other than the macro tool included in foundation - is this the only answer - if so, how can i learn this 'macro' language?

    12-Amethyst
    November 15, 2010

    I believe the macro language is the same between Foundation and CADProcess with the exception of 3D commands.

    For help with the macro language there is fair documentation under the help menu as well as a macro forum. I'd recommend posting what exactly you are attempting to do. A number of us monitor the forum and often provide working macros when possible.