mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Restore global key definitions so as not to break third party kittens that might use them
This commit is contained in:
@@ -20,7 +20,7 @@ from kitty.fast_data_types import (
|
||||
)
|
||||
from kitty.key_encoding import (
|
||||
ALT, CTRL, PRESS, RELEASE, REPEAT, SHIFT, backspace_key,
|
||||
decode_key_event, enter_key, K
|
||||
decode_key_event, enter_key, key_defs as K
|
||||
)
|
||||
from kitty.utils import screen_size_function, write_all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user