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

View File

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