Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Makes it possible to press one key instead of trying to hit multiple keys with one finger when inputting steno graphical chords on a keyboard. For example see the second row in the keymap below, combining the key on the keyboard row above and below into one key.
Example layer (for planck) using the combined consonant keys.
`[0] = LAYOUT_ortho_4x12(
STN_FN, STN_S1, STN_TL, STN_PL, STN_HL, STN_ST1, STN_ST3, STN_FR, STN_PR, STN_LR, STN_TR, STN_DR ,
STN_FN, STN_S3, STN_TKL, STN_PWL, STN_HRL, STN_ST1, STN_ST3, STN_FRR, STN_PBR, STN_LGR, STN_TSR, STN_DZR ,
XXXXXXX, STN_S2, STN_KL, STN_WL, STN_RL, STN_ST2, STN_ST4, STN_RR, STN_BR, STN_GR, STN_SR, STN_ZR ,
TG(10), ST_BOLT, ST_GEM, STN_NA, STN_A, STN_O, STN_E, STN_U, STN_NB, STN_PWR, STN_RE1, STN_RE2),
};`
Types of Changes
Issues Fixed or Closed by This PR
Checklist
I tried to find some steno tests to extend, but i couldn't find any.