MekanismAdjust — 0.2.4
от yuko1101**Full Changelog**: https://github.com/yuko1101/MekanismAdjust/compare/v0.2.3…v0.2.4
MekanismAdjust — 0.2.3
от yuko1101**Full Changelog**: https://github.com/yuko1101/MekanismAdjust/compare/v0.2.2…v0.2.3
MekanismAdjust — 0.2.2
от yuko1101**Full Changelog**: https://github.com/yuko1101/MekanismAdjust/compare/v0.2.1…v0.2.2
keybindjs — keybindjs 2001-2.0
от yiran1457Fixed the issue where modifier keys couldn’t be used (but still can’t set modifier keys like `ALT, CTRL, SHIFT` as key bindings for monitoring).
keybindjs — keybindjs 2001-1.9
от yiran1457Add more monitoring methods «`js KeyBindEvents.keyRelease(‘customName’, event => {}) KeyBindEvents.keyReleaseInGui(‘customName’, event => {}) KeyBindEvents.firstKeyPress(‘customName’, event => {}) KeyBindEvents.firstKeyPressInGui(‘customName’, event => {}) «`
keybindjs — keybindjs 2001-1.8
от yiran1457Added listener support for existing key bindings. Example usage: «`js KeyBindEvents.modify(event => { event.addListener(‘www’, ‘key.forward’) event.addListener(‘sss’, ‘key.back’) }) «` Allows detecting key presses as if using self-registered key bindings.