-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Feature + Fix: Chocfactorykeybinds #1644
Feature + Fix: Chocfactorykeybinds #1644
Conversation
there is a edge case where two items can be brought with one keypress if hovering over an item and pressing a keybind for a different item. this happens as the vanilla keypress is not canceled |
The same edge case exists in harp keybind. If you find a good fix for this, please be so kind and also fix it in harp keybind |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/features/inventory/chocolatefactory/ChocolateFactoryAPI.kt
Conflicts have been resolved! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not tested in game yet
Dependencies
What
Adds keybinds to buy hoppity upgrades. This uses the same code as the keybinds for the harp so i presume it's allowed?
Fixed harp keybinds still allowing vanilla keybinds for swapping slots through
Changelog New Features
Changelog Fixes