Jump to content

Recommended Posts

Posted (edited)

0x10 is the key for Shift

How do I do Shift or Control Down.? I want to send a command of Shift & T.

I want to convert this

ControlSendPlus($hwnd, "", "", "{SHIFTDOWN}", 2)
ControlSendPlus($hwnd, "", "", "t", 2)
ControlSendPlus($hwnd, "", "", "{SHIFTUP}", 2)

 

_PostMessage_Send($hwnd, ????)

_PostMessage_Send($hwnd, 0x54)

_PostMessage_Send($hwnd, ???)

 

to 

Edited by WiiDSmoker

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
  • Recently Browsing   0 members

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