Jump to content

Redo


au3scr
 Share

Recommended Posts

I cant find command for undo but i cant find command for redo

_GUICtrlEdit_Undo

and other problem too.. i can use it only once . and then it turns to redo, but it need use undo several times

Can anyone help me with that please?

Link to comment
Share on other sites

I cant find command for undo but i cant find command for redo

_GUICtrlEdit_Undo

and other problem too.. i can use it only once . and then it turns to redo, but it need use undo several times

Can anyone help me with that please?

To do redo, try using

WinMenuSelectItem ( "title", "text", "&Edit" , "&Redo" )

Or in the case of MS office:

send("^y")

How many undos are supported would be up to the application. eg: Whether they support only one, or have a long history.

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...