AutoCAD Special Keys
{esc}
Escape
key press to AutoCAD. Usually used at the beginning of a Macro to cancel any AutoCAD command that may be in progress, guaranteeing that you start off with a blank Command prompt.
{enter}
Enter
key press to AutoCAD. In most cases with AutoCAD, Space
and Enter
are synonymous. In the few exceptions where this is not the case, the {enter}
Macro Command may
be used. These exceptions include symbol names, such as blocks and layers, file names, and the creation of text objects. Legacy versions of AutoHook used ^M
as Enter
in a Macro.
This is still supported as the Macro Command {^M}
, however it is recommended to use the new {enter}
Macro Command instead to guarantee future compatibility.
{^tab}
Ctrl
+Tab
key press to AutoCAD. Ctrl
+Tab
will display the next drawing window in AutoCAD when you have more than one drawing open.
{^#tab}
/{#^tab}
Sends a
Ctrl
+Shift
+Tab
key press to AutoCAD. Ctrl
+Shift
+Tab
will display the previous drawing window in AutoCAD when you have more than one drawing open.
{space}
Space
key press to AutoCAD. The {space}
Macro Command is treated identically to an actual space that may exist in a Macro. The reason for its existence is for clarity. When placed at the end of a Macro, it can be used to easily identify which Macros actually enter the command. Its usage over that of an actual space is entirely optional.
{click}
{click # #}
{click}
Macro Command which simulates a click at the current mouse position, except that you have control over where the click occurs.
{{}}
{}}