- improve resolver composer:
- fix avoid addition of default all space key tile on composition
- remove special 3 char key support that did compose by 2 + 1 char matches
- add configuration argument: a string template that defaults to "123456789":
- it defines the key decomposition to be applied
- key chars are checked in number sequence and combination
- the default is a total decomposition starting with the first key char
- for 3 char the template "122" causes the first char to be checked first,
the remaining 2 char key padded with a leading space char to be resolved
by the chained resolver without further decomposition
- the template allows a full chaining of composer and autotile resolvers
- add error handling for configuration arguments
- improve resolver autotile:
- resolve existing key combinations that priorize auto generated tiles via
resolver chain