Author Topic: aliases loaded from LISP - problem  (Read 5460 times)

0 Members and 1 Guest are viewing this topic.

irneb

  • Water Moccasin
  • Posts: 1794
  • ACad R9-2016, Revit Arch 6-2016
Re: aliases loaded from LISP - problem
« Reply #15 on: August 12, 2013, 01:33:12 AM »
OK, is there a way to put in that lisp also some keys combination? At the moment
I need to modify mu CUI file to get some useful shortcuts for variables, like this
Unfortunately not direct through Lisp. Lisp only seems to allow editing menus / toolbars programatically. So you might need DotNet in this case.

Alternatively, why not add your own partial CUIx? Have your LSP file menuload that and then have a cleanup command to menu-unload it once you're finished. The partial "should" overwrite any shortcuts from the original machine's cuix(es).
Common sense - the curse in disguise. Because if you have it, you have to live with those that don't.