feat(aliases): R/RA/RE/REA for REDRAW/REGEN; register verbs
This commit is contained in:
parent
692bb3babf
commit
d2e18ead38
2 changed files with 9 additions and 0 deletions
|
|
@ -130,6 +130,10 @@ UN, *UNITS
|
|||
TP, *TOOLPALETTES
|
||||
SSM, *SHEETSET
|
||||
HI, *HIDE
|
||||
R, *REDRAW
|
||||
RA, *REDRAWALL
|
||||
RE, *REGEN
|
||||
REA, *REGENALL
|
||||
3O, *3DORBIT
|
||||
ORBIT, *3DORBIT
|
||||
MV, *MVIEW
|
||||
|
|
|
|||
|
|
@ -423,6 +423,11 @@ inventory::submit!(crate::command::CommandRegistration {
|
|||
"XOPEN",
|
||||
"REGION",
|
||||
"REG",
|
||||
// Redraw / regenerate the display caches.
|
||||
"REDRAW",
|
||||
"REDRAWALL",
|
||||
"REGEN",
|
||||
"REGENALL",
|
||||
"ARCHIVE",
|
||||
"ETRANSMIT",
|
||||
"FLATSHOT",
|
||||
|
|
|
|||
Loading…
Reference in a new issue