Skip to content

Releases: Sourish25/Sourish25-Heldables

v1.0.1 - Bug Fixes and Improved Key Handling 🛠️

Choose a tag to compare

@Sourish25 Sourish25 released this 04 Jan 10:25
ce3d5d4

🚀 v1.0.1 - Bug Fixes and Improved Key Handling

This release focuses on fixing bugs and improving the stability of the key handling system. It ensures smoother performance and better compatibility with other mods. Enjoy a more seamless experience with your macro key! 🎮


What's New

  • Fixed: Issue where the macro key would not toggle correctly in certain scenarios. 🐛
  • Improved: Key handling logic to prevent conflicts with other keybindings. ⚙️
  • Optimized: Code structure for better performance and readability. 📜

🎮 How to Use

  1. Macro Key: Press the . (period) key to toggle holding the Z key.
  2. Customization: To change the macro key or the held key, modify the following lines in the code:
    private static final KeyMapping MACRO_KEY = new KeyMapping("key.sourish25.macro", InputConstants.Type.KEYSYM, GLFW.GLFW_KEY_PERIOD, "key.categories.sourish25");
    InputConstants.Key key = InputConstants.Type.KEYSYM.getOrCreate(GLFW.GLFW_KEY_Z);