Skip to content

Commit

Permalink
removed DE_ (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Nov 23, 2023
1 parent a249cff commit 0f3e61c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ 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:close-box-outline$$
Expand All @@ -270,8 +269,8 @@ parse_config:

PAUSE_BREAK: Pause Break

LC(DE_PLUS): $$mdi:magnify-plus-outline$$
LC(DE_MINUS): $$mdi:magnify-minus-outline$$
LC(PLUS): $$mdi:magnify-plus-outline$$
LC(MINUS): $$mdi:magnify-minus-outline$$
LC(N0): $$mdi:magnify-remove-outline$$

SECT: '§'
Expand Down Expand Up @@ -349,4 +348,4 @@ parse_config:
TILDE: '~'
NON_US_HASH: '#'
NUHS: '#'
TILDE2: '~'
TILDE2: '~'

0 comments on commit 0f3e61c

Please sign in to comment.