- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
AutoCAD - Layer drop down with keyboard
Is there a way to access and scroll through the drop-down menu in the layers toolbar using the keyboard. Welcome is any chance to lessen the strain of hand-eye coordination for an otherwise simple maneuver.
[ The subject line of this post has been edited to include the product name by @handjonathan ]
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
Hi @jdfnnl
How about using the command "-LAYER" ? Or create a simple lisp or macro to make the layer as current, freeze or lock ![]()
ವಿನೋದ್ ಕೆ ಎಲ್( System Design Engineer)
Please mark "Accept as Solution" if my reply resolves the issue or answers your question, to help others in the community.
--------------------------------------------------------------------------------------------------------------------------
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
-layer > set > 'name of layer'
is a layer change method with the keyboard,
though it would seem more intuitive being able to access and navigate the graphical menu with a hotkey followed by the up / down arrows before pressing <enter> with one's selection .. is within reach with of a lisp or macro?
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
@jdfnnl wrote:
is it possible to select toolbar elements with the keyboard as in pressing tab on a website?
You could just learn the names of the commands you wish to activate, so you spend less time hunting toolbar elements and more time launching commands.
Have you ever studied the command abbreviations list to help you quickly launch your favorite command? It's in HELP in the program, I'll get you started here https://www.autodesk.com/shortcuts/autocad
Bookmark that page and reference it often.
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
@pendean wrote:Correct, that is a pointless option for any user that wishes to be productive in AutoCAD.
Not sure how this statement is valid with so many different styles of using AutoCAD, exemplified by the extensive customizability of the user interface.
The only other way of changing the active layer with the keyboard I know of involves specifying the complete layer name (-la > s > 'layer name'), which seems more involved that a simple hotkey to the layer control drop-down before using the arrow keys to select, then <enter>. Macros may be a workaround, but this would need be an external script as AutoCAD CUI doesn't natively support macros for control entries.
This Autodesk help entry shows a button from the Mechanical Toolset pointing to a command with this functionality. Also read of a right click menu entry for 'move to layer' that brings up a window, but was this possibly implemented in a recent version of AutoCAD? Does anyone have a preferred method of changing the active layer with the keyboard?
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
@jdfnnl wrote:
... This Autodesk help entry shows a button from the Mechanical Toolset pointing to a command with this functionality. Also read of a right click menu entry for 'move to layer' that brings up a window, but was this possibly implemented in a recent version of AutoCAD?
Isn't it what LAYMCH does?
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar