Skip to content

Commit

Permalink
fix(keymap-drawer): Fix some char maps (\ & |)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Sep 27, 2023
1 parent 57e6bcb commit c091698
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/keymap_drawer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,16 +197,16 @@ parse_config:
BACKSLASH: '#' # UK layout
BSLH: '#' # UK layout
PIPE: '~' # UK layout
NON_US_BACKSLASH: \
NON_US_BSLH: '\'
NON_US_BACKSLASH: '\'
PIPE2: '|'
NON_US_BSLH: '|'
SEMICOLON: ;
SEMI: ;
COLON: ':'
SINGLE_QUOTE: ''''
SQT: ''''
APOSTROPHE: <
APOS: .
SINGLE_QUOTE: "'"
SQT: "'"
APOSTROPHE: "'"
APOS: "'"
DOUBLE_QUOTES: '@' # UK layout
DQT: '@' # UK layout
COMMA: ','
Expand Down

0 comments on commit c091698

Please sign in to comment.