TumbleRead

Dive into your creative stream

Shortcuts - Blog Posts

3 years ago
[Juho's Random AutoHotkey Stuff #12] Presentation Tool 2 - Ripple Effect upon Mouse Clicks
This is part 2 of AutoHotkey Presentation Scripts. This script creates a ripple effect around your mouse cursor upon performing mouse clicks so that your aud...

This script creates a ripple effect around your mouse cursor upon performing mouse clicks so that your audience would recognise that the click have been performed.


Tags
3 years ago
[Juho's Random AutoHotkey Stuff #11] Presentation Tool 1 - Yellow Circle Around the Mouse Cursor
This is part 1 of AutoHotkey Presentation Scripts. This yellow circle around your mouse cursor would be visually helpful for your audience when you create re...

This yellow circle around your mouse cursor would be visually helpful for your audience when you create recorded demos or lessons or remotely share your screen with your colleagues at work.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #11 Clipboard] Part 2 - Multi Clipboard Script
In this video, we're are going to create a script that allows you to use multiple clipboards in AutoHotkey (with back-up capability) step by step. The multi-...

In this video, we're are going to create a script that allows you to use multiple clipboards (with back-up capability) step by step


Tags
3 years ago
[Juho's AutoHotkey Tutorial #11 Clipboard] Part 1 - Clipboard, ClipWait, OnClipboardChange
In this video we will be going through various topics around using the clipboard variable, namely:1. Clipboard Basics2. Using ClipWait3. How to Preserve the ...

In this video we will be going through various topics around using the clipboard variable to make the most use out of your clipboard


Tags
3 years ago
[Juho's AutoHotkey Script Demo #19] Scripts to Perform Character Recognition with UWP API OCR
In this video, I will be demonstrating five different scripts that use UWP API (Universal Windows Platform API) to perform Optical Character Recognition (OCR...

In this video, I will be demonstrating five different scripts that use UWP API (Universal Windows Platform API) to perform Optical Character Recognition (OCR).


Tags
3 years ago
[Juho's AutoHotkey Tutorial #10 Run & Command Prompt] Part 6 - Portable Tesseract & Leptonica (OCR)
In this video I walk you thru how to download and use the portable version of Tesseract for Optical Character Recognition (OCR) and Leptonica for image pre-p...

In this video I walk you thru how to download and use the portable version of Tesseract for Optical Character Recognition (OCR) and Leptonica for image pre-processing to improve the OCR result.


Tags
3 years ago
[Juho's AutoHotkey Tutorial #10 Run & Command Prompt] Part 5 - Optical Char Recognition (Tesseract)
In this video, we're going to learn how to use the local install of Tesseract to performance Optical Character Recognition (OCR) on images that contain Engli...

Watch this video to learn how to use Tesseract to performance Optical Character Recognition (OCR) on images that contain English or foreign language texts.


Tags
3 years ago
[Juho's Random AutoHotkey Stuff #10] Auto Screenshot Taker
This script allows you to capture an area of screen or the entire screen simply using a button and saves the captured image in a folder. The script also has ...

This script allows you to capture an area of screen or the entire screen simply using a button and saves the captured image in a folder. The script also has an auto-capture functionality whereby it saves down a screen capture every interval you specify within the interface.


Tags
3 years ago
[Juho's AutoHotkey Script Demo #18] Download Videos Streamed Online (VLC, youtube-dl and ffmpeg)
In this video I will be demonstrating several methods through which you can download videos streamed online. Some methods do not require any programs other t...

These are some methods through which you can download videos streamed online. Some methods do not require any programs other than your browser while others will use (free) external programs such as VLC Media Player, youtube-dl and ffmpeg.


Tags
3 years ago
[Juho's AutoHotkey Script Demo #17] YouTube Video Bulk Downloader Script (youtube-dl)
This Autohotkey script uses youtube-dl to download a list of YouTube videos.Other relevant videos:• How to use youtube-dl to download YouTube Videos: https:/...

This Autohotkey script uses youtube-dl to download a list of YouTube videos.


Tags
4 years ago
[Juho's AutoHotkey Tutorial #10 Run & Command Prompt] Part 4 - youtube-dl to Download YouTube Videos
In this video, we're going to learn how to use youtube-dl to download YouTube videos. youtube-dl is a command line program which you can also run through Aut...

In this video, we're going to learn how to use youtube-dl to download YouTube videos. youtube-dl is a command line program which you can also run through AutoHotkey scripts.


Tags
4 years ago
[Juho's AutoHotkey Tutorial #10 Run & Command Prompt] Part 3 - Cmd to Schedule Tasks or Scripts
In this video, I walk you through the method of using AutoHotkey to run command prompt commands to create, modify and delete Tasks on Task Scheduler.Other re...

In this video, I walk you through the method of using AutoHotkey to run command prompt commands to create, modify and delete Tasks on Task Scheduler.


Tags
4 years ago
[Juho's Random AutoHotkey Stuff #9] Schedule AutoHotkey Script to Run in Advance
Watch this video to learn how to schedule AutoHotkey script to execute in future!Some other relevant videos to watch:• Launch Scripts at Startup or Kill All ...

Watch this video to learn how to schedule AutoHotkey script to execute in future the simplest way!


Tags
4 years ago
[Juho's AutoHotkey Tutorial #10 Run & Command Prompt] Part 2 - Command Prompt (Cmd)
In this video, I walk you through how command prompt commands can be executed from AutoHotkey. I'll be demonstrating lots of useful Cmd commands along the wa...

In this video, I walk you through how command prompt commands can be executed from AutoHotkey. I'll be demonstrating lots of useful Cmd commands along the way.


Tags
4 years ago
[Juho's AutoHotkey Tutorial #10 Run & Command Prompt] Part 1 - Run and RunWait Commands
This video is going to cover the Run and Runwait commands and will go through (among other things):1. Basics of Run and Runwait2. Use Run to Run a Search in ...

This video is going to cover the Run and Runwait commands and will go through (among other things): 1. Basics of Run and Runwait 2. Use Run to Run a Search in a Folder 3. Pass Arguments to Programs 4. Pass Variables to another AutoHotkey script 5. How to Set Up and use Environmental Variable Path


Tags
4 years ago
[Juho's Random AutoHotkey Stuff #8] Code Tester
Use this script to quickly test out your code in a small GUI, instead of creating a new test script.Other useful scripts:• AutoHotkey Screen Clipping Tool: h...

Use this script to quickly test out your code in a small GUI, instead of creating a new test script.


Tags
4 years ago
[Juho's AutoHotkey Script Demo #16] Keylogger To Log User Key Inputs
This script monitors and logs user key inputs and windows on which the user has been active on (including timestamps).Other useful scripts:• AutoHotkey Scree...

This script monitors and logs user key inputs and windows on which the user has been active on (including timestamps).


Tags
4 years ago
[Juho's AutoHotkey Tutorial #2 Hotkeys] Part 13 - #MaxThreadsPerHotkey Single Hotkey to Toggle Loop
In this video I'll explain what #MaxThreadsPerHotkey is and how you can make use of it. One of the examples I'll be showing you includes an infinite loop tha...

In this video I explain what #MaxThreadsPerHotkey is and how you can make use of it. One of the examples I'll be showing you includes an infinite loop that you can toggle on and off by a single Hotkey.


Tags
4 years ago
[Juho's AutoHotkey Script Demo #15] Vis2 Subtitles
Using this script, you can create and display subtitles on your screen!Some other relevant videos to watch:• Tooltip: https://youtu.be/GloAhS3Y74k• TooltipFo...

Using this script, you can create and display subtitles on your screen!


Tags
4 years ago
[Juho's Random AutoHotkey Stuff #7] Frameless Notepad (Always On Top)
This script creates notepads without any frames. If you see the status bar at the bottom of the notepad and want to get rid of it, launch the notepad the nor...

You can create a very neat-looking frameless Notepad that sits always on top of other windows using the script!


Tags
4 years ago
[Juho's Random AutoHotkey Stuff #6] AutoHotkey Screen Clipping Tool with Extra Functions
I've been asked about the screen clipping tool that I have been using in my previous videos so I created this video to help you get set up to use it.In futur...

This AutoHotkey screen clipping script is a fantastic tool that can replace the windows default Snipping tool. Watch this video to help you get set up!


Tags
4 years ago
[Juho's AutoHotkey Script Demo #14] Custom Traytip Using Notify Script (1 of 2)
#AutoHotkey #오토핫키 #Automation #Programming #Coding #Course #Tutorial #AHK #Productivity #Efficiency #Office #Shortcut #Hotkey #Macro #프로그래밍 #코딩 #강좌 #코스 #튜토리얼...

If you want to customize your Traytip in AutoHotkey, you can use this Notify script!


Tags
4 years ago
[Juho's AutoHotkey Script Demo #13] TooltipFont and TooltipColor
#AutoHotkey #오토핫키 #Automation #Programming #Coding #Course #Tutorial #AHK #Productivity #Efficiency #Office #Shortcut #Hotkey #Macro #프로그래밍 #코딩 #강좌 #코스 #튜토리얼...

This script allows you to customize your tooltip's font and color for better looks!


Tags
4 years ago
[Juho's Random AutoHotkey Stuff #5] Regex To Switch Date Format (US-UK)
clipboard := RegExReplace(clipboard, "(\d+)/(\d+)/(\d{4})", "$2/$1/$3")

Use this single line of code (Regex) in AHK to switch date formats between US and UK!


Tags
4 years ago
[Juho's AutoHotkey Tutorial #9 Tooltip, Traytip, Splashtext] Part 1 - Tooltip
#AutoHotkey #오토핫키 #Automation #Programming #Coding #Course #Tutorial #AHK #Productivity #Efficiency #Office #Shortcut #Hotkey #Macro #프로그래밍 #코딩 #강좌 #코스 #튜토리얼...

This is the basics of creating a Tooltip using AutoHotkey.


Tags
4 years ago
[Juho's AutoHotkey Script Demo #10] Control Youtube Videos With Hotkeys
#AutoHotkey #오토핫키 #Automation #Programming #Coding #Course #Tutorial #AHK #Productivity #Efficiency #Office #Shortcut #Shortkey #Hotkey #Macro #프로그래밍 #코딩 #강좌...

These Hotkeys let you control your YouTube video from any window.


Tags
4 years ago
[Juho's AutoHotkey Script Demo #9] Record Drawing into AutoHotkey Script
#AutoHotkey #오토핫키 #Automation #Programming #Coding #Course #Tutorial #AHK #Productivity #Efficiency #Office #Shortcut #Shortkey #Hotkey #Macro #프로그래밍 #코딩 #강좌...

You can save the picture you drew with your mouse using this AutoHotkey script and redraw it whenever.


Tags
4 years ago
[Juho's AutoHotkey Script Demo #8] Send Mouse Clicks Infinitely
#AutoHotkey #오토핫키 #Automation #Programming #Coding #Course #Tutorial #AHK #Productivity #Efficiency #Office #Shortcut #Shortkey #Hotkey #Macro #프로그래밍 #코딩 #강좌...

With this script you can infinitely send mouse clicks to a coordinate.


Tags
4 years ago
[Juho's AutoHotkey Script Demo #7] Record Mouse Clicks and Auto Like Every Post On Instagram
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #Shortcuts #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오...

This is a more advanced mouse click recorder with a saving feature and allows for sleep time after each click.


Tags
4 years ago
[Juho's Random AutoHotkey Stuff #3] Make Any Windows Sit Always On Top
#SingleInstance, Force;~ If !A_IsAdmin ;~ Run *RunAs "%A_ScriptFullPath%"^!SPACE:: Gosub, AlwaysontopAlwaysonTop:WinGet, ExStyle, ExStyle, Aif (ExStyle & 0x8...

Use this script to make any window sit always on top.


Tags
Loading...
End of content
No more pages to load
Explore Tumblr Blog
Search Through Tumblr Tags