could you please help me how to copy this reading messages (ex:2021.05.27 UWP API OCR CONSTANTLY OCR DESIGNATED AREA) THIS SCRIPT RUNNING PERFECTLY BUT I COULD NOT COPY THAT. IS THERE ANY OPTION TO AUTO COPY
@JuhoLeeChannel3 жыл бұрын
Hello drizzle selva. You mean copy the content to clipboard? If so change this line (line 41): text := StrReplace(text, "`n", " ") to this line: clipboard := text := StrReplace(text, "`n", " ")
@티카-p7r3 жыл бұрын
마우스 왼쪽버튼 드래그를 계속해야 되서 그러는데요 키 하나로 한번 누르면 드래그가 유지 되고 내가 원하는 타이밍에 같은 키를 한번 더 누르면 드래그가 풀리게 할 수 있나요? 키프레스 카운트는 풀때 두번 눌러야되는데 한번만 누르고 싶거든요