Create

Create

86M Downloads

[Feature Request] Additional keybindings for schematic transformation (code sample)

pathartl opened this issue ยท 2 comments

commented

It would be nice to be able to move schematics via additional keybinds as having to scroll between tools when a schematic is out is not always intuitive.

I started a fork but not having done any Forge development and not knowing the Create codebase well enough, this should probably only serve as guidance. The basic idea would be to utilize the numpad for doing transformations on schematics. The default keybindings in AllKeys.java are set up for X/Y/Z and rotation.

The fork has code to handle input in SchematicHandler, defaults in AllKeys, and strings in lang/en_us.json. There is no sort of debouncing/rate limiting on keyboard input and there are no UI entries in the options menu. It should build, but I have no idea if it's actually functional or not.

Relevant commit in my fork: pathartl@3eb82d3

commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.

commented

This issue has been closed since it has been inactive for 3 weeks since it was marked as stale.