Jump to content

Controlsend Slash(/)


SpeAroX
 Share

Recommended Posts

Hello,

Anyone can help me i want send normal slash (/) key with ControlSend but i can't if i write normally / i got 6 if i write in ascii code i got 6 if i write shitfdown 6 shiftup i get 6... I don't have more idea but i need send slash key.

Anyone can help?

Link to comment
Share on other sites

I tried this

Sleep(1000)
$kk="/"
Send($kk)
Send($kk)
Send($kk)
Send($kk)

(The sleep was so I can switch to another application like notepad or something else and see if the slash are sent)

And sent the slash correctly and with no problem.

Another option may be to try use the flag

Send($kk,1)

Which sends keys raw. Try both.

Bye :)

I'm a compulsive poster. When I post something, come to read it at least 5 minutes later after the posting, because I will edit it. I edited even this signature a few minutes later after I wrote it.

Link to comment
Share on other sites

somdcomputerguy: I tried this first :) won't work.

Newb: Won't work too.

My problem: I use ControlSend not normal Send becouse i want send to backgrounded window. If i write controlsend with normal / and the window in background the program write 6 not / and if the window in front and i use controlsend with normal / the program can't write too.

Of course work with normal send but i want use controlsend for background window.

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