diff options
Diffstat (limited to 'docs/feature_stenography.md')
| -rw-r--r-- | docs/feature_stenography.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/feature_stenography.md b/docs/feature_stenography.md index bf4bd39db..af4754ed7 100644 --- a/docs/feature_stenography.md +++ b/docs/feature_stenography.md | |||
| @@ -128,3 +128,18 @@ As defined in `keymap_steno.h`. | |||
| 128 | |`STN_RES1`||(GeminiPR only)| | 128 | |`STN_RES1`||(GeminiPR only)| |
| 129 | |`STN_RES2`||(GeminiPR only)| | 129 | |`STN_RES2`||(GeminiPR only)| |
| 130 | |`STN_PWR`||(GeminiPR only)| | 130 | |`STN_PWR`||(GeminiPR only)| |
| 131 | |||
| 132 | If you do not want to hit two keys with one finger combined keycodes can be used. These are also defined in `keymap_steno.h`, and causes both keys to be reported as pressed or released. To use these keycodes define `STENO_COMBINEDMAP` in your `config.h` file | ||
| 133 | |Combined key | Key1 | Key 2 | | ||
| 134 | |---------------|--------|----------| | ||
| 135 | |STN_S3 | STN_S1 | STN_S2 | | ||
| 136 | |STN_TKL | STN_TL | STN_KL | | ||
| 137 | |STN_PWL | STN_PL | STN_WL | | ||
| 138 | |STN_HRL | STN_HL | STN_RL | | ||
| 139 | |STN_FRR | STN_FR | STN_RR | | ||
| 140 | |STN_PBR | STN_PR | STN_BR | | ||
| 141 | |STN_LGR | STN_LR | STN_GR | | ||
| 142 | |STN_TSR | STN_TR | STN_SR | | ||
| 143 | |STN_DZR | STN_DR | STN_ZR | | ||
| 144 | |STN_AO | STN_A | STN_O | | ||
| 145 | |STN_EU | STN_E | STN_U | | ||
