pull/413/merge
Clemens Lang 2025-06-01 22:58:10 +02:00 committed by GitHub
commit 2e3c2a5dc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,7 @@ class Key:
mouse: Dict[str, List[List[int]]] = {} mouse: Dict[str, List[List[int]]] = {}
mouse_pos: Tuple[int, int] = (0, 0) mouse_pos: Tuple[int, int] = (0, 0)
escape: Dict[Union[str, Tuple[str, str]], str] = { escape: Dict[Union[str, Tuple[str, str]], str] = {
"\n" : "enter", ("\n", "\r") : "enter",
("\x7f", "\x08") : "backspace", ("\x7f", "\x08") : "backspace",
("[A", "OA") : "up", ("[A", "OA") : "up",
("[B", "OB") : "down", ("[B", "OB") : "down",