Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Release key Version 3 (Рython)

Группа действий: Имитация устройств 

Описание

Действие имитирует снятие удержания клавиши в нажатом состоянии.

Иконка

Image Removed

Настройки

Action group: Simulate system

...

Description

The action simulates the release of the key hold.

Action icon

Image Added

Parameters

Input parameters  

Key - name of the key. If more than one key is specified, the first key will be selected

Settings

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
KeyName of the key. If multiple keys are specified, only the first one will be selected

Свойство

Описание

Тип

Пример заполнения

Обязательность заполнения поля

Параметры

Клавиша

Наименование клавиши. Если указано несколько клавиш, будет выбрана первая клавиша
.Robin.HotKeys

Да

Особые условия использования 

Отсутствуют 

Пример использования 

Задача: имеется текстовая переменная с значением = тест. Необходимо открыть блокнот и вставить туда значение данной переменной, но большими буквами. Далее, выполнить нажатие клавиши Enter для перехода курсора на новую строку. 

Решение: воспользоваться действиями "Клик мышью", "Нажать клавишу и удерживать", "Ввод текста", "Отпустить клавишу", "Нажатие клавиш". 

Реализация:

...


Yes

Special conditions of use

None.  

Example of use

Task

We have a text variable with the value = test. You need to open Notepad and paste the value of this variable there, but in capital letters. Next, press Enter to move the cursor to a new line. 

Solution

Use the "Mouse click", "Key press and hold", "Keyboard input", "Release key", "Key press" actions. 

Implementation

  1. Assemble a robot scheme with the actions: 
    Image Added
  2. Set the "Mouse click" action parameters. 
    Image Added
    To fill in the "Coordinates" field click on the three dots button, then on the  Image Addedbutton, in the opened window click the PickArea button and with the Shift key pressed set the coordinates of the element to click.  
    Image Added
  3. Set the "Key press and hold" action parameters. 
    Image Added
  4. Set the "Keyboard input" action parameters. 
    Image Added
  5. Set the "Release key" action parameters. 
    Image Added
  6. Set the "Key press" action parameters. 
    Image Added
  7. Click on the "Start" button in the top panel. 

Result 

The program robot completed successfully. 

Image Added

The required value is written in the Notepad. 

Image Added

...

Результат: 

Программный робот отработал успешно. 

Image Removed

Требуемое значение записано в блокнот. 

Image Removed