You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`sublayer_keys`| string |`"abcdefghijklmnpqrstuvwxyz"`| Subgrid labels; empty is resolved at load time to the characters the grid is labelled with, the same ones `row_labels` is inferred from. Only the first 9 are used — the subgrid is 3×3 |
1058
+
|`max_label_length`| int |`4`| Maximum coarse-grid label length (2–4). The default preserves the legacy automatic 2–4-key layout. When a limit of 2 shortens an automatically longer label, the coarse grid is enlarged and spatially rebalanced while still covering the screen; the following subgrid refinement remains one keypress |
1058
1059
|`row_labels`| string |`""`| Custom row labels; empty is resolved at load time to the labels inferred from `characters`|
1059
1060
|`col_labels`| string |`""`| Custom column labels; empty is resolved the same way as `row_labels`|
1060
1061
|`live_match_update`| bool |`true`| Highlight cells as you type |
0 commit comments