Browse Source

[DOCS] Fix the STENO_COMBINEDMAP table (#14883)

pull/14886/head
precondition 2 years ago
committed by GitHub
parent
commit
5fbcbc6af8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      docs/feature_stenography.md

+ 2
- 1
docs/feature_stenography.md View File

@ -129,7 +129,8 @@ As defined in `keymap_steno.h`.
|`STN_RES2`||(GeminiPR only)| |`STN_RES2`||(GeminiPR only)|
|`STN_PWR`||(GeminiPR only)| |`STN_PWR`||(GeminiPR only)|
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
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.
|Combined key | Key1 | Key 2 | |Combined key | Key1 | Key 2 |
|---------------|--------|----------| |---------------|--------|----------|
|STN_S3 | STN_S1 | STN_S2 | |STN_S3 | STN_S1 | STN_S2 |


Loading…
Cancel
Save