Automation and bots

 Помощь      Поиск      Пользователи


 Страниц (1): [1]   

> Без описания
Kibor
Отправлено: 24 Июля, 2018 - 04:24:31
Post Id



Администратор
Full Member


Покинул форум
Сообщений всего: 160
Дата рег-ции: Дек. 2017  
Репутация: 0
Карма 0




Added sendkeydown and sendkeyup
Clamp and release the keyboard keys in the inactive window.
The cyborg must be launched after the program in which automation will be performed ..

Syntax
sendkeydown (16, w); // Clamps the shift in the inactive window with the pointer w
sendkeyup (16, w); // Will release the shift in the inactive window with the pointer w

The first parameter is the numeric key code. The second pointer to the window.

Example

CODE:
win w=window (-1, "Edit", window ("Untitled", "Notepad", -1));

loop ()
{
sendkeydown (16, w);
sendkey ('8', w);
sendkeyup (16, w);
sendkey ('8', w);
sleep (200);
}





Type * in the active window
CODE:
win w=window (-1, "Edit", window ("Untitled", "Notepad", -1));

sendkeydown (16, w);
sendkey ('8', w);
sendkeyup (16, w);


Simply without sendkeydown and sendkeyup will print 8
CODE:
win w=window (-1, "Edit", window ("Untitled", "Notepad", -1));

sendkey ('8', w);


-----
The Visual Code Editor is Kibor. Creating bots without knowledge of programming.

Learning function for recognizing text.
-----
 
 Top
Страниц (1): [1]
Сейчас эту тему просматривают: 1 (гостей: 1, зарегистрированных: 0)
« About Kibor »


Все гости форума могут просматривать этот раздел.
Только администраторы и модераторы могут создавать новые темы в этом разделе.
Только зарегистрированные пользователи могут отвечать на сообщения в этом разделе.
 




Powered by