mirror of
https://github.com/trycua/computer.git
synced 2026-01-05 12:59:58 -06:00
fixed hotkey key expansion
This commit is contained in:
@@ -167,7 +167,7 @@ class BaseAutomationHandler(ABC):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
async def hotkey(self, *keys: str) -> Dict[str, Any]:
|
||||
async def hotkey(self, keys: List[str]) -> Dict[str, Any]:
|
||||
"""Press a combination of keys together."""
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user