mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
Add a aliases for the | key
This commit is contained in:
@@ -31,6 +31,8 @@ character_key_name_aliases: Dict[str, str] = {
|
|||||||
'MULTIPLY': '*',
|
'MULTIPLY': '*',
|
||||||
'PLUS': '+',
|
'PLUS': '+',
|
||||||
'MINUS': '-',
|
'MINUS': '-',
|
||||||
|
'BAR': '|',
|
||||||
|
'PIPE': '|',
|
||||||
'HYPHEN': '-',
|
'HYPHEN': '-',
|
||||||
'EQUAL': '=',
|
'EQUAL': '=',
|
||||||
'UNDERSCORE': '_',
|
'UNDERSCORE': '_',
|
||||||
|
|||||||
Reference in New Issue
Block a user