I am trying to take examples from the scripting manual and making them
run.
I seem to have the syntax of this one wrong.
Any suggestions welcome!
 
' Create a hot key using a string
SetRegisteredKey = Keyboard.RegisterHotKey("Control-Shift-Windows-R"),
Speak "HelloWorld"
  
Sub SpeakHelloWorld()
Speak "Hello world!"
End Sub
 
 

Reply via email to