Simple AHK Script to Select many items in Chrome with AutoHotkey

Описание к видео Simple AHK Script to Select many items in Chrome with AutoHotkey

In this short AutoHotkey tutorial I show a simple way to select multiple items in Chrome with AutoHotkey. This is a quick / easy approach.

Sorry about the webcam covering a tiny bit but the code is below

Browser_Back::
Loop, 25 {
Send {Tab 3}
Send {Space}
}
return

^j::
Loop, 5 {
Send {Tab 3}
Send {Space}
}
TLDR: The video provides tips on how to quickly delete multiple images in Canva using hotkeys, and also covers recent news such as the passing of the COVID-19 relief bill, SpaceX's successful launch, and the stock market's drop.

1. 00:00 🎥 Quickly delete multiple images in Canva with this tutorial.
1.1 Learn how to quickly select and delete multiple images in Canva with this short video tutorial.

2. 00:28 Select items by manually clicking on them.

3. 00:45 Use the space bar to select an option and hit tab to move to the next one.

4. 01:09 Create a loop in Studio using auto hotkey to send three tabs and save the launch.

5. 01:58 💻 Quickly select and delete multiple items at once using a hotkey and selecting a specific number of items at a time.
5.1 The speaker demonstrates how to select and delete multiple items at once in a fast and efficient way using a hotkey and selecting a specific number of items at a time.

6. 02:44 🤖 Despite the possibility of automation, using hotkeys for repetitive tasks can be easier than manual work.
6.1 The speaker used hotkeys to quickly perform repetitive tasks in their work, and while automation is possible, sometimes it's easier to just do it manually.

Комментарии

Информация по комментариям в разработке