📄 applypreviewbuttons.ms
字号:
button apply_Button "Apply" pos:[276,6] width:40 height:18
on apply_Button pressed do (
for obj in selection do (
RemoveCKChunk obj instNameSet[currentSelectedInst]
)
(instFctSet[currentSelectedInst])()
)
button applypreview_Button "A+P" pos:[316,6] width:40 height:18
on applypreview_Button pressed do (
for obj in selection do (
RemoveCKChunk obj instNameSet[currentSelectedInst]
)
(instFctSet[currentSelectedInst])()
previewFct()
)
button applyquickpreview_Button "A+Q" pos:[356,6] width:40 height:18
on applyquickpreview_Button pressed do (
for obj in selection do (
RemoveCKChunk obj instNameSet[currentSelectedInst]
)
(instFctSet[currentSelectedInst])()
quickPreviewFct()
)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -