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

@@ -8,7 +8,7 @@ import sys
from kitty.cli import parse_args
from kitty.cmds import cmap, parse_subcommand_cli
from kitty.constants import version
from kitty.key_encoding import CTRL, RELEASE, K
from kitty.key_encoding import CTRL, RELEASE, key_defs as K
from kitty.remote_control import encode_send, parse_rc_args
from ..tui.handler import Handler