You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
8.0 KiB

  1. # ErgoDox EZ Steno Configuration
  2. This layout has a layer that uses the TxBolt Stenograph protocol over a Virtual Serial port. It requires something like Plover in order to function.
  3. In Plover, you can select TX Bolt as the Stenotype Machine, and find the COM port that was assigned. In this way, your regular keyboard will still function normally, and you can switch back and forth between the Steno and Keyboard layers.
  4. <pre><code>
  5. /* Keymap 0: Basic layer
  6. *
  7. * ,--------------------------------------------------. ,--------------------------------------------------.
  8. * | = | 1 | 2 | 3 | 4 | 5 | LEFT | | RIGHT| 6 | 7 | 8 | 9 | 0 | - |
  9. * |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
  10. * | Del | Q | W | E | R | T | L1 | | TX | Y | U | I | O | P | \ |
  11. * |--------+------+------+------+------+------| | | BOLT |------+------+------+------+------+--------|
  12. * | BkSp | A | S | D | F | G |------| |------| H | J | K | L |; / L2|' / Cmd |
  13. * |--------+------+------+------+------+------| Hyper| | Meh |------+------+------+------+------+--------|
  14. * | LShift |Z/Ctrl| X | C | V | B | | | | N | M | , | . |//Ctrl| RShift |
  15. * `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------'
  16. * |Grv/L1| '" |AltShf| Left | Right| | Up | Down | [ | ] | ~L1 |
  17. * `----------------------------------' `----------------------------------'
  18. * ,-------------. ,-------------.
  19. * | App | LGui | | Alt |Ctrl/Esc|
  20. * ,------|------|------| |------+--------+------.
  21. * | | | Home | | PgUp | | |
  22. * | Space|Backsp|------| |------| Tab |Enter |
  23. * | |ace | End | | PgDn | | |
  24. * `--------------------' `----------------------'
  25. */
  26. /* Keymap 1: Symbol Layer
  27. *
  28. * ,--------------------------------------------------. ,--------------------------------------------------.
  29. * |Version | F1 | F2 | F3 | F4 | F5 | | | | F6 | F7 | F8 | F9 | F10 | F11 |
  30. * |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
  31. * | | ! | @ | { | } | | | | | | Up | 7 | 8 | 9 | * | F12 |
  32. * |--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
  33. * | | # | $ | ( | ) | ` |------| |------| Down | 4 | 5 | 6 | + | |
  34. * |--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
  35. * | | % | ^ | [ | ] | ~ | | | | & | 1 | 2 | 3 | \ | |
  36. * `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------'
  37. * | | | | | | | | . | 0 | = | |
  38. * `----------------------------------' `----------------------------------'
  39. * ,-------------. ,-------------.
  40. * | | | | | |
  41. * ,------|------|------| |------+------+------.
  42. * | | | | | | | |
  43. * | | |------| |------| | |
  44. * | | | | | | | |
  45. * `--------------------' `--------------------'
  46. */
  47. /* Keymap 2: Media keys
  48. *
  49. * ,--------------------------------------------------. ,--------------------------------------------------.
  50. * | RESET | | | | | | | | | | | | | | |
  51. * |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
  52. * | | | | | | | | | | | | | | | |
  53. * |--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
  54. * | | | | | | |------| |------| | | | | | Play |
  55. * |--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
  56. * | | | | | | | | | | | | Prev | Next | | |
  57. * `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------'
  58. * | | | | | | |VolUp |VolDn | Mute | | |
  59. * `----------------------------------' `----------------------------------'
  60. * ,-------------. ,-------------.
  61. * | | | | | |
  62. * ,------|------|------| |------+------+------.
  63. * | | | | | | |Brwser|
  64. * | | |------| |------| |Back |
  65. * | | | | | | | |
  66. * `--------------------' `--------------------'
  67. */
  68. /* Keymap 3: TxBolt (Serial)
  69. *
  70. * ,--------------------------------------------------. ,--------------------------------------------------.
  71. * | BKSPC | | | | | | | | | | | | | | |
  72. * |--------+------+------+------+------+-------------| |------+------+------+------+------+------+--------|
  73. * | | # | # | # | # | # | | | | # | # | # | # | # | # |
  74. * |--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
  75. * | | S | T | P | H | * |------| |------| * | F | P | L | T | D |
  76. * |--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
  77. * | | S | K | W | R | * | | | | * | R | B | G | S | Z |
  78. * `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------'
  79. * | | | | | | | | | | | |
  80. * `----------------------------------' `----------------------------------'
  81. * ,-------------. ,-------------.
  82. * | | | | | |
  83. * ,------|------|------| |------+------+------.
  84. * | | | | | | | |
  85. * | A | O |------| |------| E | U |
  86. * | | | | | | | |
  87. * `--------------------' `--------------------'
  88. */
  89. </code></pre>