Update README with expanded feature descriptions
- Add detailed descriptions for each feature (Autocorrect, Combos, Home Row Mods, Repeat/Magic Keys) - Resize and center images for better display on wide layouts - Make keymap image collapsible by default - Move Magic Sturdy reference to feature section
This commit is contained in:
parent
e0bfafecc7
commit
837808e4c1
5 changed files with 164 additions and 117 deletions
|
@ -4,32 +4,30 @@ layout:
|
|||
layers:
|
||||
CANARY:
|
||||
- [w, l, y, p, b, z, f, o, u, "'"]
|
||||
- [{h: Shift, t: c}, {h: Ctrl, t: r}, {h: Alt, t: s}, {h: Gui, t: t}, g, m, {h: Gui, t: n}, {h: Alt, t: e}, {h: Ctrl, t: i}, {h: Shift, t: a}]
|
||||
- [q, j, v, {h: Sym, t: d}, k, x, {h: Sym, t: h}, "/", ",", "."]
|
||||
- [c, {h: Alt, t: r}, {h: Shift, t: s}, {h: Gui, t: t}, g, m, {h: Gui, t: n}, {h: Shift, t: e}, {h: Alt, t: i}, a]
|
||||
- [q, {h: Sym, t: j}, v, {h: Ctrl, t: d}, k, x, {h: Ctrl, t: h}, "/", {h: Sym, t: ","}, "."]
|
||||
- [{h: Nav, t: Repeat}, Spc, Bspc, {h: Num, t: Magic}]
|
||||
|
||||
NAV:
|
||||
- [Null, Prev Track, Play Pause, Next Track, Vol Up, Page Up, Home, Up, End, Null]
|
||||
- [OS Shift, OS Ctrl, OS Alt, OS Gui, Vol Down, Page Down, Left, Down, Right, Del]
|
||||
- [Null, Null, Null, Null, Null, Null, Null, Null, Null, Null]
|
||||
- [Null, OS Alt, OS Shift, OS Gui, Vol Down, Page Down, Left, Down, Right, Del]
|
||||
- [Null, OS Sym, Null, OS Ctrl, Null, Null, Tab, Null, Null, Null]
|
||||
- [{h: Nav, t: Repeat, type: trans}, {t: Spc, type: trans}, {t: Bspc, type: trans}, {h: Num, t: Magic, type: trans}]
|
||||
|
||||
NUM:
|
||||
- ["(", 7, 8, 9, ")", Null, "*", "%", "/", Null]
|
||||
- [0, 4, 5, 6, ".", Null, OS Gui, OS Alt, OS Ctrl, OS Shift]
|
||||
- ["<", 1, 2, 3, ">", Null, "+", "=", "-", Null]
|
||||
- ["(", 7, 8, 9, ")", Null, "+", "-", "*", "/"]
|
||||
- [0, 4, 5, 6, "=", Null, OS Gui, OS Shift, OS Alt, Null]
|
||||
- [",", 1, 2, 3, ".", Null, OS Ctrl, Null, OS Sym, Null]
|
||||
- [{h: Nav, t: Repeat, type: trans}, {t: Spc, type: trans}, {t: Bspc, type: trans}, {h: Num, t: Magic, type: trans}]
|
||||
|
||||
SYM:
|
||||
- ["`", "<", "-", ">", Null, Null, "[", "_", "]", "+"]
|
||||
- ["!", "(", "=", ")", "#", "%", "{", "$", "}", ";"]
|
||||
- ["|", "&", "^", "@", Null, Null, "*", {t: "/", type: trans}, {t: ",", type: trans}, {t: ".", type: trans}]
|
||||
- ["|", "(", "=", ")", "#", "%", "{", "$", "}", ";"]
|
||||
- ["!", "&", "^", "@", Null, Null, "*", {t: "/", type: trans}, {t: ",", type: trans}, {t: ".", type: trans}]
|
||||
- [{h: Nav, t: Repeat, type: trans}, {t: Spc, type: trans}, {t: Bspc, type: trans}, {h: Num, t: Magic, type: trans}]
|
||||
|
||||
combos:
|
||||
- {p: [1, 2], k: "Lead", l: ["CANARY"]}
|
||||
- {p: [6, 7], k: "[", l: ["CANARY"]}
|
||||
- {p: [7, 8], k: "]", l: ["CANARY"]}
|
||||
# Vertical numbers
|
||||
- {p: [0, 10], k: "1", l: ["CANARY"]}
|
||||
- {p: [1, 11], k: "2", l: ["CANARY"]}
|
||||
- {p: [2, 12], k: "3", l: ["CANARY"]}
|
||||
|
@ -40,13 +38,19 @@ combos:
|
|||
- {p: [7, 17], k: "8", l: ["CANARY"]}
|
||||
- {p: [8, 18], k: "9", l: ["CANARY"]}
|
||||
- {p: [9, 19], k: "0", l: ["CANARY"]}
|
||||
|
||||
# Home row left
|
||||
- {p: [11, 12], k: "Tab", l: ["CANARY"]}
|
||||
- {p: [12, 13], k: "C-w", l: ["CANARY"]}
|
||||
|
||||
# Home row right
|
||||
- {p: [16, 17], k: "Esc", l: ["CANARY"]}
|
||||
- {p: [17, 18], k: "Ent", l: ["CANARY"]}
|
||||
|
||||
# Bottom row left
|
||||
- {p: [21, 22], k: ":", l: ["CANARY"]}
|
||||
- {p: [22, 23], k: "M-a", l: ["CANARY"]}
|
||||
- {p: [23, 24], k: "OS Shift", l: ["CANARY"]}
|
||||
- {p: [25, 26], k: "OS Shift", l: ["CANARY"]}
|
||||
- {p: [26, 27], k: "M1-a", l: ["CANARY"]}
|
||||
|
||||
# Bottom row right
|
||||
- {p: [26, 27], k: "M1-a", l: ["CANARY"]}
|
||||
- {p: [27, 28], k: "\\", l: ["CANARY"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue