Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
oWSH = CREATEOBJECT("wscript.shell")
oWSH.AppActivate("Some Application")
oWSH.SendKeys("Hello World")
my users want to create macros on the fly,assign key and use them
How will I implement Pause feature of macro