Jump to content

Alt Keystroke - Send("!n") doesn't alt


 Share

Recommended Posts

  • Developers

Send("!n") does not work for me on Win 7 / 64 bit (AutoIt 3.3.6.1). This is straight from the notepad tutorial, autoit 101, I'm curious why not.

The send works fine... it is the statement before it that has the issue under Win7.

Run("notepad.exe")
WinWaitActive("Untitled - Notepad")
Send("This is some text.")
WinClose("Untitled - Notepad")
WinWaitActive("Notepad", "&Save")
Send("!n")

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Thank you! That did the trick.

The send works fine... it is the statement before it that has the issue under Win7.

Run("notepad.exe")
WinWaitActive("Untitled - Notepad")
Send("This is some text.")
WinClose("Untitled - Notepad")
WinWaitActive("Notepad", "&Save")
Send("!n")

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...