Keystroke emulation for multiline using input from a txt file

nitin2003

Client
Регистрация
18.09.2012
Сообщения
195
Благодарностей
11
Баллы
18
Hi,

I'm taking input from a text file with line separator as &.
I want to use keystroke emulation here.. But when I use keystroke emulation, it ignores the new line and keep on posting everything in a single line.

e.g. If my input file is like this:
Hello,
I will get back to you in some time.
Thanks,
XYZ&

Then it should take the text as three lines and emulate the new line characters.

But, it's not happening and it's copying it like this
Hello, I will get back to you in some time.Thanks,XYZ


Please help.

Thanks
Nitin
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 712
Баллы
113
You can force keyboard emulator to set linebreak with this variable: {-String.Enter-}
 

nitin2003

Client
Регистрация
18.09.2012
Сообщения
195
Благодарностей
11
Баллы
18

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 712
Баллы
113
You should can use text:

Hello,{-String.Enter-}
I will get back to you in some time.{-String.Enter-}
Thanks,{-String.Enter-}
XYZ&
 

nitin2003

Client
Регистрация
18.09.2012
Сообщения
195
Благодарностей
11
Баллы
18

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 712
Баллы
113
My bet.
Should be {ENTER}
 

nitin2003

Client
Регистрация
18.09.2012
Сообщения
195
Благодарностей
11
Баллы
18

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 712
Баллы
113
Ok will check
 

nitin2003

Client
Регистрация
18.09.2012
Сообщения
195
Благодарностей
11
Баллы
18

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 712
Баллы
113
Yes. Replaced {-String.Enter-} with {ENTER} and it works like it should.
 
  • Спасибо
Реакции: nitin2003

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)