]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ergodox/keymaps/dvorak_programmer/README.md
Add keycodes to turn on, turn off and toggle faux clicky
[qmk_firmware.git] / keyboards / ergodox / keymaps / dvorak_programmer / README.md
1 Dvorak Programmer Layout
2 ========================
3
4 This is a dvorak-only layout. The overall philosophy is that the left hand contains a number of layer-switching shortcuts, and the right hand key codes vary based on the layer selected.
5
6 Layers
7 ------
8
9 * BASE: this is where you type.
10 * SHELL_LAYER: this is a permanent layer which I use when I don't need the F keys and gives me bash shortcuts on the top row.
11 * SHELL_NAV: hold down the Tab key to access shell/terminal navigation shorcuts such as forward/backward word, history, Ctrl+C, screen tab movement.
12 * KEY_NAV: arrow key movement with backward/forward word support, and copy/paste.
13 * KEY_SEL: same as above, but every movement shift-selects.
14 * NUMBER: keypad layer.
15 * SYMBOL: all the symbols.
16 * BRACKET: special brackets-only layer for programming. Activated by pressing left capslock (OSL)
17 * SHORTCUTS: sends Hyper keys for Autohotkey to interpret. I use this to switch between specific apps.
18 * MOUSE: use mouse keys
19
20 Updates
21 -------
22
23 2017/01/22:
24 * Made brackets toggle an OSL on the left capslock
25 * Added SHELL_LAYER
26
27 2016/12/10:
28 * toggle for brackets layer is now on left thumb cluster.
29
30 2016/11/05:
31 * removed brackets anywhere but in brackets layer
32 * added mouse layer back in
33 * put semicolon-newline and end-newline on symbol layer
34 * replaced all HYPR with MEH, added more shortcut keys