Add a aliases for the | key

This commit is contained in:
Kovid Goyal 2023-06-28 19:49:05 +05:30
parent 6b3b62c933
commit e81a40255b
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -31,6 +31,8 @@ character_key_name_aliases: Dict[str, str] = {
'MULTIPLY': '*',
'PLUS': '+',
'MINUS': '-',
'BAR': '|',
'PIPE': '|',
'HYPHEN': '-',
'EQUAL': '=',
'UNDERSCORE': '_',