Revert "Add pipeline engine and remove legacy compatibility paths"
This commit is contained in:
parent
e221d49020
commit
5b38cc7dcd
18 changed files with 399 additions and 1523 deletions
|
|
@ -5,7 +5,7 @@ from typing import Callable, Protocol
|
|||
|
||||
|
||||
class DesktopAdapter(Protocol):
|
||||
def set_hotkeys(self, bindings: dict[str, Callable[[], None]]) -> None:
|
||||
def start_hotkey_listener(self, hotkey: str, callback: Callable[[], None]) -> None:
|
||||
raise NotImplementedError
|
||||
|
||||
def start_cancel_listener(self, callback: Callable[[], None]) -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue