Partial CUI & "Context Menu for Default Mode" issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I like to alter the Shortcut Menu "Context Menu for Default Mode" to add various commands (existing AutoCAD commands and a few lisp routines).
Previously I had been doing this by simply editing the main CUI file and replacing the existing one on every user's computer (either acad.cui or c3d.cui). This is no longer practical or viable and I am trying to improve how this is done. I would prefer to do this via loading a partial CUI instead through either acad.lsp, acaddoc.lsp or a .bundle setup.
My questions are:
1) Can I append to or replace the Shortcut Menu "Context Menu for Default Mode"? We use AutoCAD & Civil3D and both of these have Repeat %s at the top of this shortcut menu. It as after this command and separator and before any others (which varies depending on which software we are running) that we want to append our additions to.
2) If I can do this, how do I go about it? From what I have read there are issues with altering shortcut menus via partial cuis but am getting a little lost with what is being said.