Jump to content

Buttons and HotKeySet


Recommended Posts

Hi how to prevent Keyboard Enter button being onhold like

HotKeySet ( "{Enter}" , "_ENTER")
$nextbtn =   GUICtrlCreateButton  ("Enter", 310, 420, 50 ,20  ) 

Func _ENTER()
    
HotKeySet ( "{ENTER}")
$msg = $nextbtn
HotKeySet ( "{ENTER}" , "_ENTER" )
EndFunc

how i can prevent enter key onhold condition

Edited by autoitxp
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...