Jump to content

Ctrl + letter doesn't work


Recommended Posts

But Ctrl + number works

Opt("SendKeyDownDelay", 1000)

Send("{CTRLDOWN}")

Send("g")

Send("{CTRLUP}")

It prints g

Opt("SendKeyDownDelay", 1000)

Send("{CTRLDOWN}")

Send("g")

Send("{CTRLUP}")

This presses ctrl + 1 (e.g. activates first tab in Google Chrome)

Help plz.

Edited by livemesseng
Link to comment
Share on other sites

what program are you trying to send control G to? because I know all methods of send with control and alt have worked on any program/pc I've used.

The only case I could see where this would not work would be a game/program that resists automated sending. In which case you may or may not get help as the very few people here who would know how, might be reluctant to help.

010101000110100001101001011100110010000001101001011100110010000

001101101011110010010000001110011011010010110011100100001

My Android cat and mouse game
https://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek

We're gonna need another Timmy!

Link to comment
Share on other sites

I had suspicions as well, which is why there was not much effort in a solution. But answered anyway, just in case it is/was someone else.

010101000110100001101001011100110010000001101001011100110010000

001101101011110010010000001110011011010010110011100100001

My Android cat and mouse game
https://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek

We're gonna need another Timmy!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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