Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Check Hotkeys 1

Status
Not open for further replies.

akhtar07

Mechanical
Joined
Mar 8, 2015
Messages
59
Location
AE
Hello Guys,

Is there anyway to check the list of hotkeys that have been set in CATIA ?

Either default or custom done !!

Warm regards,
Akhtar Aziz
 
Where can I find that pull down menu View ?

Warm regards,
Akhtar Aziz
 
view_jpodtd.png


Eric N.
indocti discant et ament meminisse periti
 
well that is not useful. :/

Warm regards,
Akhtar Aziz
 
Well you ask the location of the view menu

Eric N.
indocti discant et ament meminisse periti
 
hahaha.. thanks mate

no worries, don't get offended ... i know that was a weird reply from me !!

Warm regards,
Akhtar Aziz
 
SORRY


in fact I should have looked your question and the provided answer....

the all command functions in the view menu does not list the shortcuts [upsidedown]

you have to go in customize function and then you have access to the shortcut info:

customize_t9ea7s.png




Eric N.
indocti discant et ament meminisse periti
 
Hi,

If you know a little vbscript you can search in CATRsc files something like (bellow is just an example)

// Shortcut
ACOClaCreationWbenchHeader.FSFlipCompassBaseHead.Accelerator = "F5";
ACOClaCreationWbenchHeader.FSSetCompassHead.Accelerator = "F6";
ACOClaCreationWbenchHeader.FSResetCompassHead.Accelerator = "F7";
// meme short-cut utilise par MainDialog pour modif de selection
//ACOClaCreationWbenchHeader.FSDropCompassPlaneHead.Accelerator = "F8";

So, search inside those files keyword Accelerator and extract all the lines in a list (then you can share with us if you want). And indeed , I've done a confusion, in v6 you can see the shortcut keys in Commands List pull down menu...

Regards
Fernando

- Romania
- EU
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top