- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How do I redefine CAD shortcut keys for specific functions;
Recently I learned that through the CUI I can change the function of some keys, such as the F1,F2...,F12 buttons
But I also saw that there are functions already assigned to key combinations such as CTRL+1, CTRL+SHIFT+1.
• I would like to assign functions or edit to the CTRL+F1 key but I can't find it through the CUI.
• In this case, I wanted a command like "toggle" to open and close the layers, I used CTRL+1 as an example, which does the same thing for properties, and get the final result:
$M=$(if,$(and,$(>,$(getvar,clayer),0)),^C^C_layerclose,^C^C_layer)
and it opened, but when I press again it doesn't close.
Cloud you guys help me please? Thanks!
Solved! Go to Solution.