e.g.
ManagedKeyMapping result = Kuma.manageKeyMapping(keyMapping)
.withModifiers(KeyModifiers.of(KeyModifier.CONTROL))
.handleScreenInput((event) -> {
})
.build();
i.e. most of the builder methods could be made available, apart from
id, category, name, defaultBinding (only modifiers), skipRegistration
This would allow
- for easier adoption of Kuma without having to rewrite existing Key Mapping registration
- for wrapping Kuma around existing key mapping registrars
- for the eventually planned optional standalone Kuma mod to Kuma-fy all key mappings
e.g.
i.e. most of the builder methods could be made available, apart from
id,category,name,defaultBinding(only modifiers),skipRegistrationThis would allow