Create keyboard bindings
Where and how can I modify the keyboard shortcuts / keybindings in CC3?
I would like to edit the keyboard shortcuts to be similar to the shortcuts used in AutoCAD (which I use on a daily basis professionaly).
I would like to edit the keyboard shortcuts to be similar to the shortcuts used in AutoCAD (which I use on a daily basis professionaly).
Comments
If you check the bottom part of the file, where the menus are defined, you should be able to figure it out by looking at the existing commands.
1) It is only possible to create shortcuts that use the CRTL or SHIFT Keys, I have create the shortcut CTRL-O to set ORTHO mode on. Using OO to set ORTHO Mode off doesn't work.
2) If the program finds shortcuts already in use it uses the command which is closest to the bottom of the MNU file.
This limits the number of shorcuts somewhat, but it did enable me to create a shortcut key for Ortho-mode which I found the most important one.
Very short macro names can serve this purpose, but do require you to press enter at the end.
You can edit fcw32.mac to create new macros - be careful not to duplicate any existing names. The easiest way to test this is to type your combo at the command prompt. If you get "CC3 doesn't understand this" you are safe.
You can program function keys this way:
MACRO F9
TAN
ENDM
Thanks Simon!
And merry Christmas to all.