salad-demo / salad /spaghetti /ui /mock_keyboard.py
DveloperY0115's picture
init repo
801501a
raw
history blame contribute delete
199 Bytes
class Key:
ctrl_l = 'control_l'
class Controller:
@staticmethod
def press(key: str) -> str:
return key
@staticmethod
def release(key: str) -> str:
return key