Skip to content

Commit

Permalink
Update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Nov 16, 2023
1 parent c56c797 commit ed76be2
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ parse_config:

'&mkp LCLK': '$$mdi:cursor-default-click$$'
'&mkp RCLK': '$$mdi:cursor-default-click-outline$$'
'&mkp MB3': 'Mouse3'
'&mkp MB4': 'Mouse4'
'&mkp MB5': 'Mouse5'
'&mkp MB3': 'Mouse 3'
'&mkp MB4': 'Mouse 4'
'&mkp MB5': 'Mouse 5'

sticky_label: $$mdi:gesture-tap-hold$$
trans_legend:
Expand Down Expand Up @@ -222,13 +222,18 @@ parse_config:
LS(INS): $$mdi:content-paste$$
LC(X): $$mdi:content-cut$$
LC(Z): $$mdi:undo$$
LC(DE_Z): $$mdi:undo$$

LC(F): $$mdi:text-search$$
LC(W): $$mdi:window-close$$

PG_UP: Page Up
PG_DN: Page Down

LC(DE_PLUS): $$mdi:magnify-plus$$
LC(DE_MINUS): $$mdi:magnify-minus$$
LC(0): $$mdi:magnify-close$$

DE_DOT: '.'
DE_COMMA: ','
DE_Z: 'Z'
Expand All @@ -249,6 +254,9 @@ parse_config:
par:
align: bottom
o: 0.75
key:
tap: '()'
shifted: '<>'
bkt:
align: top
o: 0.45
Expand Down

0 comments on commit ed76be2

Please sign in to comment.