imagitec
Mechanical
- Jun 7, 2003
- 233
The following thread explains how to set up keyboard shortcuts:
The original poster wanted to set up Ctrl+1 through Ctrl+7 to toggle between model views, like in SolidWorks. Coming from SolidWorks, I wanted to do the same, but there was no easy way to discover the corresponding commands that the keystrokes should be matched to.
I discovered the ideasCommand.xml file in the IDEAS program directory and - after some trial and error - found that adding the following entries to ideas.ini:
Accel101=CONTROL-F1;icon;GUI_z_view
Accel102=CONTROL-F2;icon;GUI_AXSYM_VIEW_MAN
Accel103=CONTROL-F3;icon;GUI_nx_view
Accel104=CONTROL-F4;icon;GUI_x_view
Accel105=CONTROL-F5;icon;GUI_y_view
Accel106=CONTROL-F6;icon;GUI_AXSYM_VIEW
would map Ctrl+F1 through Ctrl+F6 to Front, Back, Left, Right, Top, Bottom, in that order (I-DEAS doesn't allow you to map to CTRL+1, etc.). The labels (Accel101, etc.) don't need to be the same in your ini file. I believe they just need to be unique.
Rob
Rob Campbell, PE
The original poster wanted to set up Ctrl+1 through Ctrl+7 to toggle between model views, like in SolidWorks. Coming from SolidWorks, I wanted to do the same, but there was no easy way to discover the corresponding commands that the keystrokes should be matched to.
I discovered the ideasCommand.xml file in the IDEAS program directory and - after some trial and error - found that adding the following entries to ideas.ini:
Accel101=CONTROL-F1;icon;GUI_z_view
Accel102=CONTROL-F2;icon;GUI_AXSYM_VIEW_MAN
Accel103=CONTROL-F3;icon;GUI_nx_view
Accel104=CONTROL-F4;icon;GUI_x_view
Accel105=CONTROL-F5;icon;GUI_y_view
Accel106=CONTROL-F6;icon;GUI_AXSYM_VIEW
would map Ctrl+F1 through Ctrl+F6 to Front, Back, Left, Right, Top, Bottom, in that order (I-DEAS doesn't allow you to map to CTRL+1, etc.). The labels (Accel101, etc.) don't need to be the same in your ini file. I believe they just need to be unique.
Rob
Rob Campbell, PE