mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Move the action parsing code into options_types
This commit is contained in:
@@ -13,7 +13,7 @@ from typing import (
|
||||
|
||||
from .cli_stub import CLIOptions
|
||||
from .conf.utils import resolve_config
|
||||
from .config import KeyAction, MouseMap
|
||||
from .options_types import KeyAction, MouseMap
|
||||
from .constants import appname, defconf, is_macos, is_wayland, str_version
|
||||
from .options_stub import Options as OptionsStub
|
||||
from .types import MouseEvent, SingleKey
|
||||
|
||||
Reference in New Issue
Block a user