mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-08-29 00:46:47 +00:00
fix chat when using controller
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user