MyEarth Posted October 21, 2014 Posted October 21, 2014 Like title, for HotKeySet you can unregister the hotkey with HotKeySet("{Esc}", ""), but for accelerator? Is possible to temporany disable it? On the help i have read: Passing this function a non-array will unset all accelerators for the given winhandle But not work or i don't have understand: Local $TEST = "" GUISetAccelerators($TEST)
Solution MyEarth Posted October 21, 2014 Author Solution Posted October 21, 2014 Solved, i need to pass the handle in my case: GUISetAccelerators("", $Handle)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now