mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 00:08:04 +02:00
Implement key event parsing and matching
This commit is contained in:
@@ -7,7 +7,7 @@ from typing import Callable, Dict, Optional
|
||||
|
||||
from .constants import is_macos
|
||||
|
||||
functional_key_name_aliases = {
|
||||
functional_key_name_aliases: Dict[str, str] = {
|
||||
'ESC': 'ESCAPE',
|
||||
'PGUP': 'PAGE_UP',
|
||||
'PAGEUP': 'PAGE_UP',
|
||||
|
||||
Reference in New Issue
Block a user