-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotkey Issue: Spells Trigger Only Once When Held Down #37
Comments
Can confirm, and the root cause for the issue seems to be that the entire code that used to handle the hotkey delay ( |
There is also an issue with resetting hotkeys. If you have hotkeys set, reset them, and then set them again, you wont be able to assign the same hotkey that was set before the reset |
I'm having an issue that just pressing the hotkey once triggers the hotkey 2-3 times when you use action bars. If you edit (ctrl+k)-hotkeys it works fine. @Milkyy-00 Use actionbars and it should solve ur problem :D |
I did that for a reason (holding down key is executing once every 30ms, leading to packet spam and kick by the server). I can update it to use hotkey delay from options. |
Using items, equipping and sending text, spells. Everything you mentioned. |
When you set a spell to a hotkey like F1 (or any other key), holding it down only triggers the spell once. It should keep triggering continuously with some delay when held down.
The text was updated successfully, but these errors were encountered: