Hotstring Example

Hotstring Example

More Posts from Juholee and Others

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 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 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
3 years ago
Window Directives #If #IfWinActive #IfWinExist [AutoHotkey Tutorial #15 Part 6]
The #If directives in AutoHotkey allows users to create creates context-sensitive hotkeys and hotstrings. In this video, we explore the various directives (#...

The #If directives in AutoHotkey including #IfWinActive, #IfWinNotActive, #IfWinExist, #IfWinNotExist, and #If Expression


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
3 years ago
Snap Four Windows in to the Corners of the Screen [Script Demo #26]
This AutoHotkey script sends four selected windows into the corners of your screen with a Hotkey so you don't have to manually position them in the corners o...

This AutoHotkey script sends four selected windows into the corners of your screen with a Hotkey so you don't have to manually position them in the corners one by one.


Tags
4 years ago

Hi there, in this tutorial, you’ll learn to create hotkeys using letters, mouse clicks or the combinations with the 2!

https://youtu.be/ZUzx0saj8fk

image

Tags
4 years ago

Hi there, this tutorial will show you how to use the same key to perform different functions in different contexts

➡️ https://youtu.be/DxAiTB2RSvg

Hi There, This Tutorial Will Show You How To Use The Same Key To Perform Different Functions In Different

Tags
Loading...
End of content
No more pages to load
juholee - Watch Juho's Tech Tips on YouTube
Watch Juho's Tech Tips on YouTube

https://www.youtube.com/c/juholee_channel

119 posts

Explore Tumblr Blog
Search Through Tumblr Tags