mirror of https://github.com/aristocratos/bpytop
Merge 6aca3e34ce
into 2034232931
commit
2e3c2a5dc0
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue