mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +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': '*',
|
||||
'PLUS': '+',
|
||||
'MINUS': '-',
|
||||
'BAR': '|',
|
||||
'PIPE': '|',
|
||||
'HYPHEN': '-',
|
||||
'EQUAL': '=',
|
||||
'UNDERSCORE': '_',
|
||||
|
||||
Reference in New Issue
Block a user