Skip to content

Commit

Permalink
chore(keymaps): latest layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvinsh committed Dec 20, 2024
1 parent c2a7060 commit d671e00
Show file tree
Hide file tree
Showing 8 changed files with 192 additions and 102 deletions.
32 changes: 25 additions & 7 deletions assets/calypso.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 17 additions & 8 deletions assets/calypso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ layers:
- {t: R, h: '$$mdi:apple-keyboard-option$$'}
- {t: S, h: '$$mdi:apple-keyboard-control$$'}
- {t: T, h: '$$mdi:apple-keyboard-shift$$'}
- G
- M
- {t: G, h: 'Meh+ $$mdi:apple-keyboard-command$$'}
- {t: M, h: 'Sft+Ctl+AGr+ $$mdi:apple-keyboard-command$$'}
- {t: N, h: '$$mdi:apple-keyboard-shift$$'}
- {t: E, h: '$$mdi:apple-keyboard-control$$'}
- {t: I, h: '$$mdi:apple-keyboard-option$$'}
Expand All @@ -25,16 +25,16 @@ layers:
- {t: '$$mdi:keyboard-esc$$', h: NAV, s: '~'}
- {t: '$$mdi:keyboard-space$$', h: NUM, s: '`'}
- {t: '$$mdi:keyboard-return$$', h: SYM}
- {t: '$$mdi:backspace$$', s: DEL}
- '&key_repeat'
- ''
QWE:
- [Q, W, E, R, T, Y, U, I, O, P]
- - {t: A, h: '$$mdi:apple-keyboard-command$$'}
- {t: S, h: '$$mdi:apple-keyboard-option$$'}
- {t: D, h: '$$mdi:apple-keyboard-control$$'}
- {t: F, h: '$$mdi:apple-keyboard-shift$$'}
- G
- H
- {t: G, h: 'Meh+ $$mdi:apple-keyboard-command$$'}
- {t: H, h: 'Sft+Ctl+AGr+ $$mdi:apple-keyboard-command$$'}
- {t: J, h: '$$mdi:apple-keyboard-shift$$'}
- {t: K, h: '$$mdi:apple-keyboard-control$$'}
- {t: L, h: '$$mdi:apple-keyboard-option$$'}
Expand All @@ -53,7 +53,7 @@ layers:
- {t: '$$mdi:keyboard-esc$$', h: NAV, s: '~'}
- {t: '$$mdi:keyboard-space$$', h: NUM, s: '`'}
- {t: '$$mdi:keyboard-return$$', h: SYM}
- {t: '$$mdi:backspace$$', s: DEL}
- '&key_repeat'
- ''
NAV:
- - {t: '$$mdi:transfer$$', type: trans}
Expand Down Expand Up @@ -131,7 +131,16 @@ layers:
- ''
SYM:
- ['!', '@', '#', $, '%', ^, '&', '*', (, )]
- ['~', '`', '{', '[', <, '>', ']', '}', '', ;]
- - {t: '`', h: '$$mdi:apple-keyboard-command$$'}
- {t: (, h: '$$mdi:apple-keyboard-option$$'}
- {t: '{', h: '$$mdi:apple-keyboard-control$$'}
- {t: '[', h: '$$mdi:apple-keyboard-shift$$'}
- {t: <, h: 'Meh+ $$mdi:apple-keyboard-command$$'}
- {t: '>', h: 'Sft+Ctl+AGr+ $$mdi:apple-keyboard-command$$'}
- {t: ']', h: '$$mdi:apple-keyboard-shift$$'}
- {t: '}', h: '$$mdi:apple-keyboard-control$$'}
- {t: ), h: '$$mdi:apple-keyboard-option$$'}
- {t: '~', h: '$$mdi:apple-keyboard-command$$'}
- - $$mdi:alpha-w-box$$
- {t: QWE, h: toggle}
- ''
Expand Down Expand Up @@ -187,7 +196,7 @@ layers:
- ''
combos:
- p: [6, 7]
k: $$mdi:backspace$$
k: {t: '$$mdi:backspace$$', s: DEL}
l: [DEF, QWE, SYM, NAV, NUM]
- p: [16, 17]
k: {t: (, s: '['}
Expand Down
Loading

0 comments on commit d671e00

Please sign in to comment.