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.

62 lines
2.8 KiB

  1. # [Ergodox EZ Hacker Dvorak Layout](https://configure.ergodox-ez.com/layouts/Wadz/latest/0)
  2. Inspired by the [*Programmer Dvorak*](https://www.kaufmann.no/roland/dvorak) keyboard layout, cherry picked ideas from other layouts in the [EZ Repository](https://configure.ergodox-ez.com/search?q=dvorak&legacy=true), a character distribution [heatmap vizualizer](https://run.plnkr.co/plunks/5EEO8nJ2wRzYAfT3), my own subjective use cases and lots of trial and error.
  3. ## Setup
  4. Configure your OS keyboard layout to US, or the keymap will be incorrect.
  5. ## Limitations
  6. I plan to use [QMK](https://docs.qmk.fm) in the future, in order to overcome some limitations of the Ergodox EZ [graphical configurator](https://configure.ergodox-ez.com/layouts/default/latest/0)), however I will defer that, until more progress is made to the new [configurator](https://medium.com/the-ergo/the-configurator-is-out-of-beta-e107aec80cae).
  7. ## Layers
  8. 1. Dvorak
  9. * US Dvorak layout.
  10. * All symbols (including shifted symbols).
  11. * All modifier are dual keys positioned near the home row.
  12. 2. Querty
  13. * Used to overcome the limitation pointed above, when your OS layout is set to Dvorak instead of US, this way you can use
  14. Standard Dvorak (available by default on all the main operating systems) on other normal keybdoards and Hacker Dvorak on
  15. the Ergodox EZ Shine at the same time, without changing back and forth tho OS layout.
  16. 3. Gaming
  17. * Still in development.
  18. * Left side is mainly "normal" Qwerty.
  19. * Right side is mainly for movement, either using the mouse, the arrow keys, the number pad or the `H`, `J`, `K`, `L` as direction keys.
  20. 4. Arrows
  21. * Arrow keys navigation.
  22. * All modifier keys.
  23. * Common text edititng shortcuts (doesn't work for MacOS).
  24. 5. Mouse
  25. * Mouse navigation.
  26. * All modifier keys.
  27. * Common text edititng shortcuts (doesn't work for MacOS).
  28. 6. Numpad
  29. * ATM style numpad.
  30. * All modifier keys.
  31. * Letters from `A` to `F` for hexadecimal numbers (`B` is also used for binary numeric literals in most programming
  32. languages, ie. `0b11001`).
  33. * `X` for hexadecimal numeric literals in most programming languages, ie. `0xbeef`.
  34. * `O` for octal numeric literals in most programming languages, ie `0o123`.
  35. * `J` for complex numeric literals in Python, ie. `3j`.
  36. * `I` and `M` for complex Julia numeric literals, ie. `3im`.
  37. * Common symbols for mathematical operations.
  38. 7. Hyper Fn
  39. * Useful for custom global shortcuts.
  40. 8. Media Fn
  41. * Media keys.
  42. * Function keys.
  43. * EZ Shine keys.
  44. 9. Meh Fn
  45. * Useful for custom application shortcuts.
  46. 10. Meh Fn +
  47. * Useful for custom standard shortcuts.
  48. ## To Do
  49. Add images.
  50. ***
  51. Please comment below if you have any ideas or suggestions. If you have used this layout or used it as a base, I'd love to hear about your experience!