0

All,

If anyone has experience working on NSL (Novell SecureLogin), I am trying to use the command SendKey "\|123" to send the F12 command, but there is no subsequent action taking place and nor any error. I tried googling out, but could not find much help. I have tried SendKey "{F12}" and SendKey ("{F12}") as well. Can anyone please let me know the appropriate command used to issue F12 key command.

name_masked
  • 9,544
  • 41
  • 118
  • 172

1 Answers1

0

Have you tried using it via Type instead of Sendkey?

geoffc
  • 4,030
  • 7
  • 44
  • 51