I am having trouble figuring out how to add this command to the exped_wvo.vbs file. I have tried the following two options neither of which worked:
Bindings("Application").AddKeyBinding "Ctrl+s", "ViewSelectionFilter", Menu, Accelerator
Bindings("Schematic").AddKeyBinding "Ctrl+s", "ViewSelectionFilter", Menu, Key
Here are some questions I have though of:
1) Am I adding this command to the right file?
2) It looks like there is an existing command of "Ctrl+F4" (see attached screenshot). Which file has this command? I figure that if I can find this file, I will be able to change the key binding.
3) It looks like Bindings can fall into one of four categories: Application, Schematic, ICT, or Stroke. When do I use which?