Jump to content

Send + HotKeySet Problem


 Share

Recommended Posts

Not sure whether to post this in the Bugs section, or here. I've posted it here since people may know a way around this. Problem is hard to explain, I will try my best to do so and I will provide a working example so you understand my problem more clearly. When I hotkey a key that requires SHIFT to be held down to send (example: + _ ( ) * &) and the hotkeys function consists of 1) "UnHotkeying" the key, 2) Sending that same key, 3) Re-Hotkeying the key, the key does NOT send until shift is released. It may seem bizarre at first, but run this example.

HotKeySet("_", "test")

While 1
    Sleep(50)
WEnd

Func test()
    HotKeySet("_")
    Send("_")
    HotKeySet("_", "test")
EndFuncoÝ÷ Øò¢èhÛ!ûm¡ÊÞj×éÝz»¢·­ë§uêìrÞÂ)e¢yrj^'që!ûb²·¥y«tz)yû¥+az·¢±¬Éªèºwm+-©ä²)Úvö§qæÄÿlZ+¶¬¦ºé²¢çhaj÷­¢Ç§v«¨¶«¨·*.r¥uëÞ붬{ayû§rب«­¢+ÙM¹ ÅÕ½ÐíÑÍÑ¥¹ÄÈÌÅÕ½Ðì¤

And the same problem reoccurs

Edited by nooby
Link to comment
Share on other sites

  • 3 weeks later...

Not sure whether to post this in the Bugs section, or here. I've posted it here since people may know a way around this. Problem is hard to explain, I will try my best to do so and I will provide a working example so you understand my problem more clearly. When I hotkey a key that requires SHIFT to be held down to send (example: + _ ( ) * &) and the hotkeys function consists of 1) "UnHotkeying" the key, 2) Sending that same key, 3) Re-Hotkeying the key, the key does NOT send until shift is released. It may seem bizarre at first, but run this example.

HotKeySet("+-", "test")

While 1
    Sleep(50)
WEnd

Func test()
    HotKeySet("+-")
    Send("+-")
    HotKeySet("+-", "test")
EndFuncoÝ÷ Øò¢èhÛ!ûm¡ÊÞj×éÝz»¢·­ë§uêìrÞÂ)e¢yrj^'që!ûb²·¥y«tz)yû¥+az·¢±¬Éªèºwm+-©ä²)Úvö§qæÄÿlZ+¶¬¦ºé²¢çhaj÷­¢Ç§v«¨¶«¨·*.r¥uëÞ붬{ayû§rب«­¢+ÙM¹ ÅÕ½ÐíÑÍÑ¥¹ÄÈÌÅÕ½Ðì¤

And the same problem reoccurs

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