Restore global key definitions so as not to break third party kittens that might use them

This commit is contained in:
Kovid Goyal
2020-03-03 15:06:10 +05:30
parent 8843ded1c9
commit 27524bfc3d
8 changed files with 21 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ from kitty.cli import parse_args
from kitty.config import cached_values_for
from kitty.constants import config_dir
from kitty.fast_data_types import is_emoji_presentation_base, wcswidth
from kitty.key_encoding import CTRL, RELEASE, SHIFT, K, enter_key
from kitty.key_encoding import CTRL, RELEASE, SHIFT, key_defs as K, enter_key
from kitty.utils import get_editor
from ..tui.handler import Handler