Skip to content

Commit

Permalink
fix kitty protocol modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Aug 9, 2024
1 parent 6f5eb41 commit ca3ade4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/textual/_xterm_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ def _sequence_to_key_events(self, sequence: str) -> Iterable[events.Key]:
"shift",
"alt",
"ctrl",
"super",
"hyper",
"meta",
"caps_lock",
Expand Down

0 comments on commit ca3ade4

Please sign in to comment.