Skip to content

Commit

Permalink
Fix mod case on keymap visual
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmkk3 committed May 1, 2024
1 parent 6bcf4be commit b299e68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions images/keymap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions keymap-drawer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ layers:
- ['', '', '', {t: '', type: held}]
num:
- ['', '', '', '', '', '', '', '', '', '']
- [{t: '1', h: Super}, {t: '2', h: Alt}, {t: '3', h: Shift}, {t: '4', h: Ctrl}, '5',
'6', {t: '7', h: Ctrl}, {t: '8', h: Shift}, {t: '9', h: Alt}, {t: '0', h: Super}]
- [{t: '1', h: gui}, {t: '2', h: alt}, {t: '3', h: shift}, {t: '4', h: ctrl}, '5',
'6', {t: '7', h: ctrl}, {t: '8', h: shift}, {t: '9', h: alt}, {t: '0', h: gui}]
- ['', '', '', '', '', '']
- [{t: '', type: held}, '', '', {t: '', type: held}]
combos:
Expand Down

0 comments on commit b299e68

Please sign in to comment.