2024年6月11日发(作者:)

proe常用的快捷键

Proe快捷键需自己配置才可以使用,如需要下面的快捷键就把以下的内容复制后粘贴在安装目录

下的配置文件“”后面并保存即可

Views

Start _Files

vd View Default

vf View Front

默认视图显示

gr

主视图显示

ga

gd

zw Zoom Window

zs Zoom Out

zf Zoom Fit

窗口放大显示

缩小显示

最佳大小显示

重新计算生成

重画屏幕

按实体显示

关闭窗口

Get Start Part

Get Start Assembly

Get Drawing

新建零件

新建装配

新建工程图

Redefine and Info Mapkeys

fr

fs

fd

fe

fm

fi

Feature Redefine

Feature Suppress

Feature Delete

Feature Resume

Feature Modify

FeatureInformation

重定义特征

抑制特征

删除特征

恢复特征

修改特征

特征信息

rg Regen

re Repaint

sd Shade

w

c

Window Close

请复制以下内容增加到你的 文件末尾,包含的快截键内容如上表格所列

复制内容到剪贴板

代码:

!#################### MAPKEYS ####################

! The mapkeys included have been created to automate standard functions.

! Review the mapkeys listed below and delete ones that you will not use.

! Create mapkeys to automate functions you will do frequently.

!#################### VIEWS ####################

mapkey vd @MAPKEY_NAMEView Default Orientation of Model;

mapkey(continued) @MAPKEY_LABELView Default;

mapkey(continued) ~ Activate `main_dlg_cur` ``1 ;

mapkey(continued) ~ Select `nameviewlist` `nv_list`1 `Default`;

mapkey vf @MAPKEY_NAMEView Front;@MAPKEY_LABELFront;

mapkey(continued) ~ Activate `main_dlg_cur` ``1 ;

mapkey(continued) ~ Select `nameviewlist` `nv_list`1 `FRONT`;

mapkey zw @MAPKEY_LABELzoom window;

mapkey(continued) ~ Activate `main_dlg_cur` ``;

mapkey wc @MAPKEY_NAMEWindow Close;@MAPKEY_LABELwc;

mapkey(continued) ~ Select `main_dlg_cur` `MenuBar1`1 `Windows`;

mapkey(continued) ~ Close `main_dlg_cur` `MenuBar1`;

mapkey(continued) ~ Activate `main_dlg_cur` `_win_close`;

mapkey zs @MAPKEY_LABELZoom Out;

mapkey(continued) ~ Activate `main_dlg_cur` ``;

mapkey zf @MAPKEY_NAMEView Refit;@MAPKEY_LABELRefit;

mapkey(continued) ~ Activate `main_dlg_cur` ``;

mapkey rg @MAPKEY_NAMERegenerate

Model;@MAPKEY_LABELRegen;#DONE;#DONE/RETURN;

mapkey(continued) ~#DONE/RETURN;#REGENERATE;#MODEL;#AUTOMATIC;

mapkey re @MAPKEY_NAMERepaint Screen;@MAPKEY_LABELRepaint;

mapkey(continued) ~ Select `main_dlg_cur` `MenuBar1`1 `View`;~ Close

`main_dlg_cur` `MenuBar1`;

mapkey(continued) ~ Activate `main_dlg_cur` `_view_repaint`;

mapkey sd @MAPKEY_NAMEShade Model;@MAPKEY_LABELShade;

mapkey(continued) ~ Select `main_dlg_cur` `MenuBar1`1 `View`;~ Close

`main_dlg_cur` `MenuBar1`;

mapkey(continued) ~ Activate `main_dlg_cur` `_view_shade`;

!#################### MODIFY/MEASURE == Updated for R.20 ####################

mapkey fr @MAPKEY_NAMERedefine;@MAPKEY_LABELRedefine;#FEATURE;#REDEFINE;

mapkey fs @MAPKEY_NAMEFeature SuppressnnnFeature Suppressn;

mapkey(continued) @MAPKEY_LABELSuppress;#FEATURE;#SUPPRESS;

mapkey fd @MAPKEY_NAMEFeature Delete;@MAPKEY_LABELDelete;#FEATURE;#DELETE;

mapkey fe @MAPKEY_NAMEFeature Resume;@MAPKEY_LABELResume;#FEATURE;#RESUME;

mapkey fm @MAPKEY_NAMEFeature Modify;@MAPKEY_LABELModify;#DONE;#MODIFY;

mapkey fi @MAPKEY_NAMEFeature Information;@MAPKEY_LABELFea Info;

mapkey(continued) ~ Select `main_dlg_cur` `MenuBar1`1 `Info`;~ Close

`main_dlg_cur` `MenuBar1`;

mapkey(continued) ~ Activate `main_dlg_cur` `_info_feature`;

!##################### Start Files ##############################

mapkey gr @MAPKEY_LABELNew Part;

mapkey(continued) ~ Activate `main_dlg_cur` ``;

mapkey(continued) ~ Input `new` `InputPanel1` ``;~ Update `new` `InputPanel1`

``;;

mapkey ga @MAPKEY_LABELNew Assembly;