Add a aliases for the | key
This commit is contained in:
parent
6b3b62c933
commit
e81a40255b
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@
|
|||
'MULTIPLY': '*',
|
||||
'PLUS': '+',
|
||||
'MINUS': '-',
|
||||
'BAR': '|',
|
||||
'PIPE': '|',
|
||||
'HYPHEN': '-',
|
||||
'EQUAL': '=',
|
||||
'UNDERSCORE': '_',
|
||||
|
|
|
|||
Loading…
Reference in a new issue