LarryAZ Posted April 21, 2005 Share Posted April 21, 2005 First I have very little knowledge of VS but I want to learn. I tried to buy the manual but was told NNA doesn't sell it. I find it had to learn using the pdf manual but I'm working on it. My question is can I write a PIO that will send keystrokes to execute a menu command. I like using single keystrokes for commands and want to be able to press "v" to execute "class visablilities" as an example. VW will not let me use the "v" without a modifier in the menu commands but it will to select a PIO. If a custom PIO named class visibilities would send the keystokes to execute that command and then deselect it's self I would have my single keystroke command to anything I want. Is this good or flawed logic? Thanks for the help. Quote Link to comment
kiwi Posted April 21, 2005 Share Posted April 21, 2005 You may don't need a VS key stroke... you can reach must of the menu comands ussing the function DoMenuTextByName(). Quote Link to comment
LarryAZ Posted April 22, 2005 Author Share Posted April 22, 2005 OK I write a VS that uses DoMenuTextByName(Class Visabilities) now how do I get the "v" key to call that script? Quote Link to comment
islandmon Posted April 25, 2005 Share Posted April 25, 2005 Check out the new 11.5 Help menu. It' excellent. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.