Check Hotkeys
Check Hotkeys
(OP)
Hello Guys,
Is there anyway to check the list of hotkeys that have been set in CATIA ?
Either default or custom done !!
Is there anyway to check the list of hotkeys that have been set in CATIA ?
Either default or custom done !!
Warm regards,
Akhtar Aziz





RE: Check Hotkeys
In each workbench you have the pull down menu View - Commands List...
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: Check Hotkeys
Warm regards,
Akhtar Aziz
RE: Check Hotkeys
indocti discant et ament meminisse periti
RE: Check Hotkeys
Warm regards,
Akhtar Aziz
RE: Check Hotkeys
indocti discant et ament meminisse periti
RE: Check Hotkeys
no worries, don't get offended ... i know that was a weird reply from me !!
Warm regards,
Akhtar Aziz
RE: Check Hotkeys
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
you have to go in customize function and then you have access to the shortcut info:
indocti discant et ament meminisse periti
RE: Check Hotkeys
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
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU
RE: Check Hotkeys
Regards
Fernando
https://picasaweb.google.com/102257836106335725208 - Romania
https://picasaweb.google.com/103462806772634246699... - EU