Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Shortcuts
Re-assign more keyboard shortcuts that are hard-coded/unconfigurable in vanilla.
CHANGELOG
Changelog
1.8.0
- Fixed for the
v0.221.4patch. - Created
ZInput.Constructorpostfix-patch as entry-point to bind shortcut-configs.
1.7.0
- Fixed for the
v0.218.14patch. - Bumped up
LangVersionto C# 12.
1.6.0
- Fixed for
v0.217.43PTB patch. - Moved changelog into
CHANGELOG.md. - Bumped up
LangVersionto C# 10.
1.5.0
- Updated for
v0.217.37PTB. - Created a new
ShortcutConfigEntrywrapper to use with rewritten transpiler logic for improved efficiency.
1.4.0
- Updated code match references for Input class to ZInput class for compatibility with patch 0.217.14.
1.3.0
- Updated for
v0.214.2PTB. - Replaced the special
IsDown()with a simpler method that usesInput.GetKey()/GetKeyDown().
1.2.0
- Prototype using a special version of
IsDownmodified from BepInEx's KeyboardShortcut code. - Clean-up some of the transpiler delegate code and the PluginConfig code.
- Added
manifest.json,icon.pngandREADME.md. - Modified the project file to automatically create a versioned Thunderstore package.
1.1.0
- Updated for Hearth and Home.
- Added toggles for:
- Debugmode - removedrops
L - ConnectPanel - toggle
F2
- Debugmode - removedrops
1.0.0
- Initial release.