keymap-drawer render

This commit is contained in:
babariviere 2024-04-24 15:12:58 +00:00 committed by github-actions[bot]
parent 883ffe2852
commit 572027f9fd
2 changed files with 787 additions and 497 deletions

File diff suppressed because it is too large Load diff

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 95 KiB

View file

@ -32,8 +32,8 @@ layers:
- . - .
- / - /
- nav - nav
- LSHFT - $$mdi:apple-keyboard-shift$$
- {t: SPACE, h: num} - {t: '$$mdi:keyboard-space$$', h: num}
- sym - sym
sym: sym:
- '~' - '~'
@ -67,39 +67,39 @@ layers:
- ']' - ']'
- '' - ''
- winnav - winnav
- ESC - $$mdi:keyboard-esc$$
- {t: ▽, type: trans} - {t: ▽, type: trans}
- {type: held} - {type: held}
nav: nav:
- ESC - $$mdi:keyboard-esc$$
- MUTE - $$mdi:volume-mute$$
- VOL DN - $$mdi:volume-minus$$
- VOL UP - $$mdi:volume-plus$$
- '' - ''
- '&caps_word' - '&caps_word'
- INS - INS
- '' - ''
- '' - ''
- DEL - $$mdi:backspace-reverse-outline$$
- {t: LSHFT, h: sticky} - {t: '$$mdi:apple-keyboard-shift$$', h: sticky}
- {t: LCMD, h: sticky} - {t: LCMD, h: sticky}
- LALT - LALT
- LCTRL - $$mdi:apple-keyboard-control$$
- TAB - $$mdi:keyboard-tab$$
- BSPC - $$mdi:backspace-outline$$
- LEFT - $$mdi:arrow-left$$
- DOWN - $$mdi:arrow-down$$
- UP - $$mdi:arrow-up$$
- RIGHT - $$mdi:arrow-right$$
- '' - ''
- PP - $$mdi:play-pause$$
- PREV - $$mdi:skip-backward$$
- NEXT - $$mdi:skip-forward$$
- '' - ''
- ENTER - $$mdi:keyboard-return$$
- HOME - HOME
- PG DN - Page Down
- PG UP - Page Up
- END - END
- {type: held} - {type: held}
- {t: ▽, type: trans} - {t: ▽, type: trans}
@ -157,10 +157,10 @@ layers:
- '6' - '6'
- + - +
- EQL - EQL
- {t: LCTRL, h: sticky} - {t: '$$mdi:apple-keyboard-control$$', h: sticky}
- {t: LALT, h: sticky} - {t: LALT, h: sticky}
- {t: LCMD, h: sticky} - {t: LCMD, h: sticky}
- {t: LSHFT, h: sticky} - {t: '$$mdi:apple-keyboard-shift$$', h: sticky}
- {t: ▽, type: trans} - {t: ▽, type: trans}
- '1' - '1'
- '2' - '2'
@ -192,10 +192,10 @@ layers:
- F6 - F6
- '' - ''
- '' - ''
- {t: LCTRL, h: sticky} - {t: '$$mdi:apple-keyboard-control$$', h: sticky}
- {t: LALT, h: sticky} - {t: LALT, h: sticky}
- {t: LCMD, h: sticky} - {t: LCMD, h: sticky}
- {t: LSHFT, h: sticky} - {t: '$$mdi:apple-keyboard-shift$$', h: sticky}
- '' - ''
- F1 - F1
- F2 - F2
@ -227,10 +227,10 @@ layers:
- {type: held} - {type: held}
- {t: ▽, type: trans} - {t: ▽, type: trans}
- '' - ''
- {t: LCTRL, h: sticky} - {t: '$$mdi:apple-keyboard-control$$', h: sticky}
- {t: LALT, h: sticky} - {t: LALT, h: sticky}
- {t: LCMD, h: sticky} - {t: LCMD, h: sticky}
- {t: LSHFT, h: sticky} - {t: '$$mdi:apple-keyboard-shift$$', h: sticky}
- {t: ▽, type: trans} - {t: ▽, type: trans}
- {t: ▽, type: trans} - {t: ▽, type: trans}
- {t: ▽, type: trans} - {t: ▽, type: trans}
@ -253,17 +253,17 @@ combos:
- p: [1, 2] - p: [1, 2]
k: '=' k: '='
- p: [11, 12] - p: [11, 12]
k: {t: LCTRL, h: sticky} k: {t: '$$mdi:apple-keyboard-control$$', h: sticky}
- p: [12, 13] - p: [12, 13]
k: {t: TAB, h: mods} k: {t: '$$mdi:keyboard-tab$$', h: mods}
- p: [10, 11] - p: [10, 11]
k: {t: LCMD, h: sticky} k: {t: LCMD, h: sticky}
- p: [7, 8] - p: [7, 8]
k: BACKSPACE k: $$mdi:backspace-outline$$
- p: [17, 18] - p: [17, 18]
k: {t: LCTRL, h: sticky} k: {t: '$$mdi:apple-keyboard-control$$', h: sticky}
- p: [16, 17] - p: [16, 17]
k: ENTER k: $$mdi:keyboard-return$$
- p: [18, 19] - p: [18, 19]
k: {t: LCMD, h: sticky} k: {t: LCMD, h: sticky}
- p: [2, 11] - p: [2, 11]