Jump to content

i cant send shift-f1


Recommended Posts

I'm trying to send shift-F1 and its not really working it's only sending F1

 

#include <Misc.au3>

Local $hDLL = DLLOpen("user32.dll")

While 1
    If _IsPressed("7B";F12_Key $hDLL) Then
        Send("{LSHIFT}{F1}");Ive tried others like("^{F1}"),(^+{"F1"}), btw they didnt work
        Sleep("1000")
        Send("!{F4}");Fhis works fine
    EndIf
WEnd

DllClose($hDLL)

 

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