RUVIDEO
Поделитесь видео 🙏

Pulover's Macro Creator Tutorial: Creating Macros

📁 Лайфстайл 👁️ 75 📅 09.10.2024

Watch the tutorials for PMC version 5: https://www.youtube.com/watch?v=mSAdvim75MY

Transcription:
To create macros you can use the built-in recorder or insert commands in the list.
The recorder is very simple: Select what you want to record, and press the Record button.
This will activate the Recording hotkeys, which are by default F9 to start recording in the selected macro, and F10 to create a new macro in the same project and start recording there.
Those functions are also in the Controls Toolbar.
After recording you can play the macro using the hotkeys or the Controls Toolbar, and edit the commands in the main window.

Now let's create a simple macro by inserting commands in the list.
We're going to build a copy and paste macro.
There are several ways to insert keystrokes, like the Text command window.
If you need help with any of the command windows right-click on an empty area and it will show you a context-menu with links to AutoHotkey online help.
Another way is the Capture Keys option.
When you activate it it will capture keys pressed on the list.
When you push the green Play button it will active your hotkeys.
You can use either hotkeys or the Controls Toolbar to control playback, as well as the playback speed.
You can set delays after the commands or use the Pause command to make your macros more accurate.
You can also set the number of repetitions for each command and for the current macro.

I'll show you now some commonly used commands for automation of most windows.
For that we'll create a macro to open 7-zip File Manager, go to a folder, select a file and click on a button.
The Run command can be used to execute a program, open a window or a file.
To make sure your commands will be performed in the correct window you can use Window commands such as WinActivate, to bring a window to the foreground, and WinWaitActive, to wait for the specified window before continuing.
Click on the Get button to retrieve the title of a window.
Activate the window and press the right button on the mouse to get the title.
In some cases the title will not be reliable, so it's best to use the window's class instead.
What's selected in the drop-down menu doesn't matter.
You can even combine the options like title and class.
To make sure we're in the correct folder, let's add a Mouse Move & Click on the address part of the window.
Clicks are relative to the window by default, so it shouldn't matter if it has moved to another part of the screen.
Let's use the Text command to type the address.
And an Enter keystroke to open it.
It's good to add a small pause between commands to avoid errors.
Now let's add another Move & Click to select this file.
Uncheck the rows you don't want to execute, to test new commands.
And another click on the Test button.
Now I'll switch to a different folder and close to the program to test the macro.
Here you go!

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Pulover's Macro Creator Tutorial: Creating Macros», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.