mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Restore global key definitions so as not to break third party kittens that might use them
This commit is contained in:
@@ -12,7 +12,7 @@ from itertools import repeat
|
||||
|
||||
from kitty.cli import parse_args
|
||||
from kitty.fast_data_types import set_clipboard_string
|
||||
from kitty.key_encoding import K, backspace_key, enter_key
|
||||
from kitty.key_encoding import key_defs as K, backspace_key, enter_key
|
||||
from kitty.utils import screen_size_function
|
||||
|
||||
from ..tui.handler import Handler
|
||||
|
||||
Reference in New Issue
Block a user