Ryan fe18df9d41 Normalise Dynamic Macro keycodes (#18939) 2 年之前
..
keycodes 628e08c606 [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) 6 年之前
layers 628e08c606 [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) 6 年之前
leader 628e08c606 [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) 6 年之前
plover 5eb8f3f6b5 Keymap: Refactor Hacker Dvorak (#4688) 6 年之前
tap_dance 1706da9054 tap-dance: Restructure code and document in more detail (#16394) 3 年之前
user 7407347be1 Remove rgblight_list.h (#18878) 2 年之前
.gitignore 538874f90f Keymap: Hacker Dvorak (#4514) 6 年之前
config.h f27b617f36 [Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCAN` (#15292) 2 年之前
gulpfile.js 628e08c606 [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) 6 年之前
hacker_dvorak.c fe18df9d41 Normalise Dynamic Macro keycodes (#18939) 2 年之前
keymap.c 628e08c606 [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) 6 年之前
package.json 628e08c606 [Keymap] Add new mod tap dances to Hacker Dvorak (#6155) 6 年之前
readme.md 5eb8f3f6b5 Keymap: Refactor Hacker Dvorak (#4688) 6 年之前
rules.mk a03aa301de Remove Full Bootmagic (#13846) 3 年之前

readme.md

Ergodox EZ Hacker Dvorak Layout

Inspired by the Programmer Dvorak keyboard layout, cherry picked ideas from other layouts in the EZ Repository, a character distribution heatmap vizualizer, my own subjective use cases and lots of trial and error.

Setup

Configure your OS keyboard layout to US, or the keymap will be incorrect.

Limitations

I plan to use QMK in the future, in order to overcome some limitations of the Ergodox EZ graphical configurator), however I will defer that, until more progress is made to the new configurator.

Layers

  1. Dvorak
    • US Dvorak layout.
    • All symbols (including shifted symbols).
    • All modifier are dual keys positioned near the home row.
  2. Querty
    • Used to overcome the limitation pointed above, when your OS layout is set to Dvorak instead of US, this way you can use Standard Dvorak (available by default on all the main operating systems) on other normal keybdoards and Hacker Dvorak on the Ergodox EZ Shine at the same time, without changing back and forth tho OS layout.
  3. Gaming
    • Still in development.
    • Left side is mainly "normal" Qwerty.
    • 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.
  4. Arrows
    • Arrow keys navigation.
    • All modifier keys.
    • Common text edititng shortcuts (doesn't work for MacOS).
  5. Mouse
    • Mouse navigation.
    • All modifier keys.
    • Common text edititng shortcuts (doesn't work for MacOS).
  6. Numpad
    • ATM style numpad.
    • All modifier keys.
    • Letters from A to F for hexadecimal numbers (B is also used for binary numeric literals in most programming languages, ie. 0b11001).
    • X for hexadecimal numeric literals in most programming languages, ie. 0xbeef.
    • O for octal numeric literals in most programming languages, ie 0o123.
    • J for complex numeric literals in Python, ie. 3j.
    • I and M for complex Julia numeric literals, ie. 3im.
    • Common symbols for mathematical operations.
  7. Hyper Fn
    • Useful for custom global shortcuts.
  8. Media Fn
    • Media keys.
    • Function keys.
    • EZ Shine keys.
  9. Meh Fn
    • Useful for custom application shortcuts.
  10. Meh Fn +
    • Useful for custom standard shortcuts.

To Do

Add images.


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!