-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
FeatureSimple enhancements to features that already exist.Simple enhancements to features that already exist.
Description
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
Metadata
Metadata
Assignees
Labels
FeatureSimple enhancements to features that already exist.Simple enhancements to features that already exist.
Type
Projects
Status
📝 Backlog