!1710 新增:渲染快捷键

pull/1715/head
黄诗津 3 years ago committed by ChenX
parent 78729fae37
commit c407b403cb

@ -504,7 +504,7 @@ export function registerCommand()
commandMachine.RegisterCommand(CommandNames.PasteClip, new PasteClip());
//UI命令
commandMachine.RegisterCommand("comanp", new Command_CommandPanel());
commandMachine.RegisterCommand(CommandNames.Comanp, new Command_CommandPanel());
commandMachine.RegisterCommand(CommandNames.PropertiesBar, new Command_PropertiesBar());
commandMachine.RegisterCommand(CommandNames.ModuleBar, new Command_ModuleBar());
commandMachine.RegisterCommand(CommandNames.ChangeLayout, new Command_ChangeLayout());

@ -1134,6 +1134,15 @@ export const CommandList: ICommand[] = [
chName: "缩放全部视图",
chDes: "缩放全部视图",
},
{
typeId: "view",
link: `#`,
defaultCustom: CommandNames.Renderer,
command: CommandNames.Renderer,
type: "视图",
chName: "渲染",
chDes: "渲染效果图",
},
//尺寸标注命令
{

Loading…
Cancel
Save