Skip to content

v1.0.1 - Bug Fixes and Improved Key Handling ๐Ÿ› ๏ธ

Latest

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);