Jump to content

{SHIFTDOWN}


Recommended Posts

Hi,

Can someone verify that the {SHIFTDOWN} is not working properly in the BETA version? My working script breaks up at it with BETA v.3.1.1.47.

I searched this topic but could not find anything about it.

Can please someone help?

Here's a piece of my code:

AutoItSetOption("SendKeyDelay", 51)
MouseClick("LEFT", (@DesktopWidth - 50) , (@DesktopHeight / 2), 1, 0)
Dim $Scherm = WinGetHandle("")
Send("{TAB}")

Send("{DOWN 2}")
Send('{SHIFTDOWN}')
For $__n11_ = 1 To 80
    Send('{right}')
Next
Send('{SHIFTUP}')
Send('!ec')
Sleep(300)

$ScreenChk = StringRight(StringReplace(ClipGet(), " ", ""), 8)
Link to comment
Share on other sites

Hi,

Can someone verify that the {SHIFTDOWN} is not working properly in the BETA version? My working script breaks up at it with BETA v.3.1.1.47.

I searched this topic but could not find anything about it.

Can please someone help?

Here's a piece of my code:

AutoItSetOption("SendKeyDelay", 51)
MouseClick("LEFT", (@DesktopWidth - 50) , (@DesktopHeight / 2), 1, 0)
Dim $Scherm = WinGetHandle("")
Send("{TAB}")

Send("{DOWN 2}")
Send('{SHIFTDOWN}')
For $__n11_ = 1 To 80
    Send('{right}')
Next
Send('{SHIFTUP}')
Send('!ec')
Sleep(300)

$ScreenChk = StringRight(StringReplace(ClipGet(), " ", ""), 8)

<{POST_SNAPBACK}>

Something change in 3.1.1.42 not suppose to break your script.

I don't undertstand how your script above shoud behave.

Can you clarify what I should look for

Thanks :)

EDIT I recheck the code and I see a change in 3.1.1.47 in Send but still should not have impact.

Just an idea the SHIFTDOWN will not be remanent accross Send as you are not using the Opt("SendCapslockMode",0)

Edited by jpm
Link to comment
Share on other sites

EDIT I recheck the code and I see a change in 3.1.1.47 in Send but still should not have impact.

Just an idea the SHIFTDOWN will not be remanent accross Send as you are not using the Opt("SendCapslockMode",0)

<{POST_SNAPBACK}>

Hi jpm,

Thanx for your reply, but I dont understand.

SHIFTDOWN not remanent across SEND??

In the HELP it say's "Holds the SHIFT key down until {SHIFTUP} is sent"

Which I think should remain troughout the script.

What does [sendCapslockMode] has to do with SHIFTDOWN?

As for script explanaition:

It activates the screen in sight and copies text from it by sending the SHIFTDOWN and then going to the end of the sentence by using the arrow-keys.

Not much really, but saves a lot of mousing etc.....

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