mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-05 01:09:34 +00:00
oops
This commit is contained in:
parent
3a2a16f54c
commit
b5229ec73c
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ UN_SHIFTED_PRINTABLE.update(pmap(
|
|||
))
|
||||
UN_SHIFTED_PRINTABLE.update(pmap(
|
||||
'LEFT_BRACKET BACKSLASH RIGHT_BRACKET GRAVE_ACCENT UNDERSCORE',
|
||||
"[\\]^`_"
|
||||
"[\\]`_"
|
||||
))
|
||||
SHIFTED_PRINTABLE = UN_SHIFTED_PRINTABLE.copy()
|
||||
SHIFTED_PRINTABLE.update({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue