fix chat when using controller

This commit is contained in:
xzper
2023-10-19 15:25:00 +03:00
committed by Alexander Drozdov
parent ae51a2862f
commit 416d3c19ce
+2
View File
@@ -23,6 +23,8 @@ export function typeInChat (text: string, send: boolean, clipboard: HostClipboar
clipboard.writeText(text)
uIOhook.keyTap(Key.Enter, [Key.Ctrl])
uIOhook.keyTap(Key.Home)
// press twice to focus input when using controller
uIOhook.keyTap(Key.Home)
uIOhook.keyTap(Key.Delete)
} else {
clipboard.writeText(text)